remote_in_app_update 0.0.1
remote_in_app_update: ^0.0.1 copied to clipboard
Download and install APK files directly from a URL with progress support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add remote_in_app_updateThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
remote_in_app_update: ^0.0.1Alternatively, 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:remote_in_app_update/remote_in_app_update.dart';