appcheck 1.0.3 copy "appcheck: ^1.0.3" to clipboard
appcheck: ^1.0.3 copied to clipboard

outdated

Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.

Flutter AppCheck Plugin #

Pub

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.

This plugin is inspired by the plugin Discontinued AppAvailability Plugin.

NOTE - Everything has been mostly rewritten in Kotlin and updated to latest null-safety standards.

Installation #

First, add appcheck as a dependency in your pubspec.yaml file.

Methods available #

  • checkAvailability(String uri)
  • getInstalledApps() (only for Android)
  • isAppEnabled(String uri) (only for Android)
  • launchApp(String uri)

Check out Example.

Screenshots #

69
likes
0
pub points
96%
popularity

Publisher

verified publisheryashgarg.dev

Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on appcheck