easy_upgrade 0.1.0 copy "easy_upgrade: ^0.1.0" to clipboard
easy_upgrade: ^0.1.0 copied to clipboard

PlatformAndroid

Opinionated, drop-in upgrade prompter. Forces major bumps, prompts on minor, silent on patch. iOS App Store + Android Play Core in-app updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_upgrade

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

dependencies:
  easy_upgrade: ^0.1.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:easy_upgrade/easy_upgrade.dart';
1
likes
150
points
162
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Opinionated, drop-in upgrade prompter. Forces major bumps, prompts on minor, silent on patch. iOS App Store + Android Play Core in-app updates.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on easy_upgrade

Packages that implement easy_upgrade