tiny_upgrader 1.2.0
tiny_upgrader: ^1.2.0 copied to clipboard
Android Flutter in-app updates with foreground APK downloads, Range resume, MD5/SHA-256 validation, custom UI, and structured results.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tiny_upgraderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tiny_upgrader: ^1.2.0Alternatively, 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:tiny_upgrader/tiny_upgrader.dart';