device_apps_plus 1.0.2 copy "device_apps_plus: ^1.0.2" to clipboard
device_apps_plus: ^1.0.2 copied to clipboard

PlatformAndroid

A Flutter plugin to check if specific Android apps are installed on the device. Useful for deep links, onboarding, or app linking.

1.0.2 #

  • Added openApp(String packageName) method to launch an installed Android app.
  • Native Android implementation using Intent fallback.
  • No breaking changes.

1.0.1 #

  • Improved pubspec.yaml description for pub.dev compliance.
  • Added screenshot.png to README display.
  • Cleaned up internal plugin structure.

1.0.0 #

  • Initial release.
  • Supports:
    • isAppInstalled(String packageName)
    • checkMultiple(List<String> packageNames)
  • Supports Android SDK 21–36.
1
likes
150
points
125
downloads

Publisher

verified publishernicxonsolutions.com

Weekly Downloads

A Flutter plugin to check if specific Android apps are installed on the device. Useful for deep links, onboarding, or app linking.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_apps_plus

Packages that implement device_apps_plus