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

outdated

An application upgrade plug-in. In iOS, it realizes the function of jumping to the app store and comments. In Android, it realizes the functions of jumping to the application market and installing aft [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add upgrade_util

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

dependencies:
  upgrade_util: ^1.0.1

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

Publisher

unverified uploader

Weekly Downloads

An application upgrade plug-in. In iOS, it realizes the function of jumping to the app store and comments. In Android, it realizes the functions of jumping to the application market and installing after downloading.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, url_launcher_ios, url_launcher_platform_interface

More

Packages that depend on upgrade_util

Packages that implement upgrade_util