A Flutter plugin to check whether specific Android apps are installed on the user's device.
- ✅ Supports Android SDK 21 and above
- ❌ Not supported on iOS (
UnsupportedErrorwill be thrown)
isAppInstalled(String packageName)– Check if a specific app is installedcheckMultiple(List<String> packageNames)– Efficiently check multiple apps at onceopenApp(String packageName)– Launch an installed app from your Flutter code (added in 1.0.2
- Last updated 14 hours ago
Be the first to leave a comment.
You must login to leave a comment