flutter_plugin_device_apps
flutter_plugin_device_apps copied to clipboard
Flutter plugin to get the list of installed applications (iOS is not supported yet).
Some devices support multi users. Here is an introduction: https://xiaomiui.net/enable-dual-apps-on-budget-xiaomi-phones-8158/ I can get list of all apps installed for that user. `adb shell pm list packages --user 999`
Right now I can't publish to Google Play Store because I have `QUERY_ALL_PACKAGES` in the manifest file. I just need to know if Instagram is installed or not in users...
## Lazy loading through new API `streamInstalledApplications` With this PR there's an way to use this package to list all packages individually; how and why was explained on #89. Take...
## Problem Taking too long to load all packages once on real devices. Emulators usually doesn't have hundreds of installed apps, so when using this package on it there's no...
getting apk file size works with File(app.apkFilePath).lengthSync(). is it possible to get a apps cache size from app.dataDir ?
flutter\.pub-cache\hosted\pub.dartlang.org\device_apps-2.2.0\android\src\main\java\fr\g123k\deviceapps\DeviceAppsPlugin.java uses or overrides a deprecated API.
Can you pls add the size parameter to Application class?
Any chance to implement a method to retrieve the list of the most recently used apps? Similar to what's done by the system when requesting the recent apps. Any workaround...