force_updater 1.1.0
force_updater: ^1.1.0 copied to clipboard
Smart app version manager for Flutter. Add force update walls, soft update banners, and maintenance screens in 2 lines of code. Features 6 premium Material 3 UI themes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add force_updaterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
force_updater: ^1.1.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:force_updater/force_updater.dart';