appcheck 1.0.5
appcheck: ^1.0.5 copied to clipboard
Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
1.0.0 #
- Rewritten in Kotlin and with Null-Safety.
1.0.3 #
- Fixed system app logic for Android
- Fixed opening URLs on earlier iOS versions
1.0.4 #
- Fixed some lint warnings
- Updated Dart SDK min version to 2.17
1.0.5 #
- Remove QUERY_ALL_PACKAGES permission due to playstore policies (check README for more info)