pkgmgr 1.0.7
pkgmgr: ^1.0.7 copied to clipboard
Get installed Android apps using the Package Manager API and QUERY_ALL_PACKAGES permission.
1.0.7 #
- Declare only the Android plugin implementation.
- Remove iOS, macOS, and Windows native stubs so Apple platforms do not require CocoaPods or Swift Package Manager integration for unsupported code.
- Migrate Android builds to Flutter's built-in Kotlin support.
- Android behavior is unchanged.
1.0.6 #
- Add
getInstalledAppsInfo()— returns app list without icons for fast initial load - Add
getAppIcon(packageId)— loads a single app icon on demand as a 96x96 PNG base64 encoded string - iOS, macOS, and Windows stubs updated to return empty list / null for new methods
1.0.5 #
- Scale all app icons to 96x96 before encoding to reduce memory pressure on low-end devices (fixes GPU texture OOM crash on 32-bit ARM)
1.0.4 #
- Fix windows stub build for latest Visual Studio version
1.0.3 #
- Fix windows stub
- This completes the expected feature set for this plugin
1.0.2 #
- Fix macOS stub, add windows stub
- update privacy info for Apple to have no impact on privacy (since they are stubs)
1.0.1 #
- Fix repository URL, dart format
1.0.0 #
- Initial Release