upgrade_util 3.0.1 copy "upgrade_util: ^3.0.1" to clipboard
upgrade_util: ^3.0.1 copied to clipboard

A plug-in for application upgrades, which implements the method of jumping to the store and the function of installing after downloading the APK.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upgrade_util

With Flutter:

 $ flutter pub add upgrade_util

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

dependencies:
  upgrade_util: ^3.0.1

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_util/upgrade_util.dart';
7
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A plug-in for application upgrades, which implements the method of jumping to the store and the function of installing after downloading the APK.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, url_launcher

More

Packages that depend on upgrade_util