update_app 0.0.5
update_app: ^0.0.5 copied to clipboard
Update the app, pass in the updated address, and update the app. The Android part is implemented using DownloadManager. If the file has been downloaded, it will be installed directly. The Ios section [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add update_appThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
update_app: ^0.0.5Alternatively, 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:update_app/update_app.dart';