easy_app_update 0.0.5 copy "easy_app_update: ^0.0.5" to clipboard
easy_app_update: ^0.0.5 copied to clipboard

Notify users when a new app version is available on Play Store or App Store. Supports force and soft update modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_app_update

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

dependencies:
  easy_app_update: ^0.0.5

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:easy_app_update/easy_app_update.dart';
1
likes
160
points
159
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Notify users when a new app version is available on Play Store or App Store. Supports force and soft update modes.

Repository (GitHub)
View/report issues

Topics

#update #in-app-update #version-check #play-store #app-store

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on easy_app_update