android_package_manager 0.5.2
android_package_manager: ^0.5.2 copied to clipboard
Provides access to Android's native PackageManager API to fetch various information, such as installed applications, packages, permissions, etc.
0.5.2 #
- Fixed Image Format enum ordering per latest Android API Documentation
- Raised minimum Dart SDK version to
2.19.3
0.5.0 #
- Added access to Activity Icon, Logo, and Application Icon by
packageName - Updated
example&integration_testto showcase Application Icon rendering
0.4.0 #
- Fixed
ApplicationInfoparsing failure from variousComponentInfos when requesting for Installed Packages - Fixed
requestedPermissionsparsing failure on queryingPackageInfo - Updated integration test for showing example of querying permissions from installed packages using
PackageInfoFlags. Issue reference here
0.3.2 #
- Fixed
ApplicationInfoparsing failure due to possibly null directories and process name on Android 13 (credits to codercengiz)
0.3.0 #
- Raised Target SDK Version to
33(Android 13 | Codename:TIRAMISU) - Added access to
canPackageQuerymethod which is exclusive to Android 13 - Added support for non-deprecated alternatives of some APIs on Android 13
- Raised plugin's Gradle version to
7.2.2
0.2.0 #
- Fixed
getInstalledPackagesresults having nullapplicationInfo(reported issue here | credits to @pablo8899) - Optimized platform Map data parsing from Android to Dart
- Updated example's integration test to include check for
applicationInfoexistence after querying for packages - Bumped minimum Dart SDK to
2.18.0 - Updated target SDK of
exampleapp to33
0.1.0 #
- Initial Release