in_app_update_android 1.0.4 copy "in_app_update_android: ^1.0.4" to clipboard
in_app_update_android: ^1.0.4 copied to clipboard

A Flutter plugin for prompting users about Android in-app updates using Play Core API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add in_app_update_android

With Flutter:

 $ flutter pub add in_app_update_android

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  in_app_update_android: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:in_app_update_android/in_app_update_android.dart';
2
likes
0
points
425
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for prompting users about Android in-app updates using Play Core API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on in_app_update_android

Packages that implement in_app_update_android