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

A Flutter plugin for prompting and help users to upgrade when there is a newer version of this app in the app store or server repository.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upgrade

With Flutter:

 $ flutter pub add upgrade

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

dependencies:
  upgrade: ^0.0.5

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:upgrade/upgrade.dart';
9
likes
0
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for prompting and help users to upgrade when there is a newer version of this app in the app store or server repository.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, path, path_provider, plugin_platform_interface, provider, url_launcher, version

More

Packages that depend on upgrade