device_apps
List applications installed on an Android device (iOS is not supported). You can also monitor application changes (updates, uninstallation…)
2.2.0
14K downloads/mo
#2524 most downloaded on pub.dev
g123k/flutter_plugin_device_apps
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 24 of 25 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
25 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Jun 2018 to Apr 2022Releases
latest 25-
2.2.001 Apr 2022 -
2.1.122 Apr 2021 -
2.1.015 Apr 2021Release notes
Open source →- [BREAKING CHANGE] Following Google Play change with the
QUERY_ALL_PACKAGES, by default this plugin won't request anymore this permission. If you want to keep the current behavior, you have to add the permission again to the Android Manifest (cfREADME).
- [BREAKING CHANGE] Following Google Play change with the
-
2.0.201 Apr 2021 -
2.0.123 Mar 2021 -
2.0.018 Mar 2021 -
1.3.006 Mar 2021Release notes
Open source →- New feature: listen to app changes (installation, uninstallation, updates…)
- New field on the
Applicationclass: whether the app is enabled or not
-
1.2.106 Mar 2021Release notes
Open source →- Ability to open the settings screen of an app :
DeviceApps.openAppSettings(packageName) - New methods on the
Applicationclass :openApp()andopenAppSettings() - Fix for issue #61 (crash on some Android 10 devices)
- Ability to open the settings screen of an app :
-
1.2.1+106 Mar 2021Nothing published for this version
-
1.2.009 Aug 2020 -
1.1.209 Aug 2020 -
1.1.105 Aug 2020 -
1.1.1+105 Aug 2020 -
1.1.018 Jul 2020Release notes
Open source →- Migration to the Plugin V2 embedding system
- Fix a crash on devices with an API level lower than 26
- Fix a NPE crash when the plugin was called in the background
-
1.0.1025 Jun 2020Release notes
Open source →- Fix typo installTimeMilis -> installTimeMillis
- Fix typo updateTimeMilis -> updateTimeMillis
- Support for the app category (PR #37)
-
1.0.913 Dec 2019Release notes
Open source →- Add path to APK file (PR #16)
- Add install and update time fields (PR #18)
- Add a missing break statement when opening the app
- Fix warnings in the code
-
1.0.829 May 2019 -
1.0.703 Apr 2019 -
1.0.621 Feb 2019Release notes
Open source →- For each application, you have now access to the "data directory" path (thanks to Ryan Gonzalez)
-
1.0.521 Jan 2019Release notes
Open source →- Some tests apps does not have a version_name. From now on, the plugin will just ignore them
-
1.0.427 Dec 2018 -
1.0.317 Dec 2018 -
1.0.214 Dec 2018Release notes
Open source →- Support for the application icon (thanks to Damodar Lohani)
- Fetching the applications list is now processed in a background thread in the Android code
-
1.0.130 Oct 2018 -
1.0.006 Jun 2018