Skip to content

Commit 9db3087

Browse files
committed
Update version to 0.5.1 and expand CHANGELOG.md to include new Android-facing fields in AppInfo: category, targetSdkVersion, minSdkVersion, enabled, processName, installLocation, and requestedPermissions.
1 parent 6412290 commit 9db3087

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5.1
2+
- Expanded `AppInfo` with additional Android-facing fields: `category`, `targetSdkVersion`, `minSdkVersion`, `enabled`, `processName`, `installLocation`, `requestedPermissions`.
3+
14
## 0.4.0
25
App change events now forward the raw Android action string to Dart, which maps it to AppChangeType without breaking existing API.
36

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_device_apps_platform_interface
22
description: Platform-agnostic API contract for flutter_device_apps (federated).
3-
version: 0.4.0
3+
version: 0.5.1
44
repository: https://github.com/okmsbun/flutter_device_apps_platform_interface
55
issue_tracker: https://github.com/okmsbun/flutter_device_apps_platform_interface/issues
66
topics:

0 commit comments

Comments
 (0)