upgrade_util 2.3.4+1
upgrade_util: ^2.3.4+1 copied to clipboard
A plugin for app upgrades. It can jump to the application store, and implement the function of downloading and installing APK on Android.
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: ^2.3.4+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';