android_package_manager 0.2.0
android_package_manager: ^0.2.0 copied to clipboard
Provides access to Android's native PackageManager API to fetch various information, such as installed applications, packages, permissions, etc.
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