force_update_helper 0.1.0 copy "force_update_helper: ^0.1.0" to clipboard
force_update_helper: ^0.1.0 copied to clipboard

A package for showing a force update prompt that is controlled remotely.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add force_update_helper

With Flutter:

 $ flutter pub add force_update_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  force_update_helper: ^0.1.0

Alternatively, your editor might support dart pub get or 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_update_helper/force_update_helper.dart';
5
likes
0
pub points
51%
popularity

Publisher

verified publishercodewithandrea.com

A package for showing a force update prompt that is controlled remotely.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, package_info_plus, pub_semver

More

Packages that depend on force_update_helper