appcheck
Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
1.8.0
50K downloads/mo
#105 most downloaded on pub.dev
Yash-Garg/appcheck
What this package is like to depend on
Last release 2 months ago
17 Jun 2026
Release timing varies
gaps range from 2 weeks to 1.5 years
Most releases are documented
notes for 12 of 18 stable releases
1 version withdrawn
withdrawn after publishing
4 years old
19 releases · first in 2022
3 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2022 to Jun 2026Releases
latest 19-
1.8.017 Jun 2026Release notes
Open source →Breaking Changes
- Minimum Flutter version is now 3.44.0.
- Minimum Dart SDK version is now 3.12.0.
- Minimum iOS deployment target bumped from 9.0 to 12.0.
Maintenance
- Migrated Android plugin to Flutter's built-in Kotlin (AGP 9 / KGP 2.0+). Removed explicit
kotlin-androidplugin,kotlin-stdlibdependency, andkotlinOptionsblock; replaced with thekotlin { compilerOptions {} }DSL. - Updated iOS podspec version to match pubspec and bumped Swift version to 5.9.
-
1.7.016 Jan 2026Release notes
Open source →Performance
- Fixed UI blocking:
getInstalledApps()no longer freezes the UI. Method channel handlers now run on a background thread using Flutter'smakeBackgroundTaskQueue().
New Features
- Added
includeIconparameter togetInstalledApps()- set tofalsefor significantly faster performance when icons aren't needed. - Added
includeSystemAppsparameter togetInstalledApps()- set tofalseto only retrieve user-installed apps.
Bug Fixes
- Fixed
versionCodetype mismatch that could cause issues on Android API 28+.
Breaking Changes
- Minimum Dart SDK version is now 3.0.0
- Minimum Flutter version is now 3.10.0
1.6.0
- Updated Android dependencies
- Increased Android minSdk version to 24
1.5.4
- Support for Swift Package Manager on iOS.
- Misc. updates to
exampleapp.
- Fixed UI blocking:
-
1.6.028 Nov 2025Release notes
Open source →What's Changed
- chore: updated Flutter and Android dependencies by @rawi-coding in #21
New Contributors
- @rawi-coding made their first contribution in #21
Full Changelog: v1.5.4...v1.6.0
-
1.5.406 Mar 2025Release notes
Open source →What's Changed
- Support for Swift Package Manager on iOS.
- Misc. cleanup & updates to sample app.
Full Changelog: 2ed190...f6ad4c2
-
1.5.4+106 Mar 2025Nothing published for this version
-
1.5.329 Jan 2025 -
1.5.226 Jul 2024Release notes
Open source →- You need to now make an instance of the class to use the methods, instead of using static methods. Checkout the example in the README for more info.
-
1.5.118 Jul 2024Nothing published for this version
-
1.5.018 Jul 2024Nothing published for this version
-
1.3.018 Jul 2024Release notes
Open source →- Minor code cleanup and dependency updates.
- Fixes for iOS app launches and README instructions.
-
1.2.018 Jul 2024Nothing published for this version
-
1.1.005 Apr 2024Nothing published for this version
-
1.0.605 Oct 2022 -
1.0.524 Jun 2022Release notes
Open source →- Remove QUERY_ALL_PACKAGES permission due to playstore policies (check README for more info)
-
1.0.406 Jun 2022 -
1.0.320 Mar 2022Release notes
Open source →- Fixed system app logic for Android
- Fixed opening URLs on earlier iOS versions
-
1.0.219 Mar 2022Nothing published for this version
-
1.0.119 Mar 2022 withdrawnNothing published for this version
-
1.0.017 Mar 2022