in_app_update_flutter 3.0.0 copy "in_app_update_flutter: ^3.0.0" to clipboard
in_app_update_flutter: ^3.0.0 copied to clipboard

A Flutter plugin to prompt users for in-app updates using StoreKit on iOS and Play Core API on Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add in_app_update_flutter

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

dependencies:
  in_app_update_flutter: ^3.0.0

Alternatively, your editor might support 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_flutter/in_app_update_flutter.dart';
62
likes
150
points
19.4k
downloads

Documentation

API reference

Publisher

verified publisherpulkitagarwal.me

Weekly Downloads

A Flutter plugin to prompt users for in-app updates using StoreKit on iOS and Play Core API on Android.

Topics

#in-app-update #app-store #play-store #force-update #soft-update

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on in_app_update_flutter

Packages that implement in_app_update_flutter