google_play_instant 0.0.1+1 copy "google_play_instant: ^0.0.1+1" to clipboard
google_play_instant: ^0.0.1+1 copied to clipboard

PlatformAndroid

Flutter plugin for Google play instant API

google_play_instant #

Flutter plugin for Google Play Instant API

Features #

  • Checks whether the running app is an instant app or not.
  • Shows install prompt to the user.

Getting Started #

initialize the Google play instant object.

final googlePlayInstant = GooglePlayInstant();

check whether the current app is an instant app:

final isInstantApp = await googlePlayInstant.isInstantApp();

show install prompt (native android dialog):

googlePlayInstant.showInstallPrompt();
1
likes
150
points
19
downloads

Publisher

verified publisheraayushsharma.me

Weekly Downloads

Flutter plugin for Google play instant API

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on google_play_instant