You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.6.0
2
+
-**BREAKING**: Updated to match platform interface 0.6.0 - `requestedPermissions` removed from `AppInfo`
3
+
- Added `getRequestedPermissions(String packageName)` method implementation for on-demand permission retrieval
4
+
- Added GitHub Actions workflows for Android unit tests, quality checks, and PR enforcement
5
+
- Added comprehensive Dart unit tests (27 tests) for method channel mocking
6
+
- Added Kotlin unit tests (11 tests) with Robolectric for Android plugin
7
+
- Made `FlutterDeviceAppsAndroidPlugin` class `open` with `protected` fields for testability
8
+
1
9
## 0.5.1
2
10
- Added support for additional `AppInfo` fields from the Android package manager: `category`, `targetSdkVersion`, `minSdkVersion`, `enabled`, `processName`, `installLocation`, `requestedPermissions`.
3
11
- Populates `requestedPermissions` via `PackageManager.GET_PERMISSIONS`.
0 commit comments