appcheck 1.2.0 appcheck: ^1.2.0 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.2.0 #
- Minor code cleanup and dependency updates
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)
1.0.6 #
- Lowered dart sdk constraint to >=2.12.0 from 2.17.0