flutter_app_update_lib 0.0.4 copy "flutter_app_update_lib: ^0.0.4" to clipboard
flutter_app_update_lib: ^0.0.4 copied to clipboard

A Flutter plugin that provides seamless in-app update support for Android (native Play Store flow) and iOS (custom update dialog with App Store redirect).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_update_lib

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

dependencies:
  flutter_app_update_lib: ^0.0.4

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:flutter_app_update_lib/flutter_app_update_lib.dart';
1
likes
140
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides seamless in-app update support for Android (native Play Store flow) and iOS (custom update dialog with App Store redirect).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, package_info_plus, plugin_platform_interface, url_launcher

More

Packages that depend on flutter_app_update_lib

Packages that implement flutter_app_update_lib