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

A customizable Flutter package to enforce critical app updates using Firebase Remote Config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add force_app_update

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

dependencies:
  force_app_update: ^0.1.0

Alternatively, 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_app_update/force_update.dart';
1
likes
150
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter package to enforce critical app updates using Firebase Remote Config.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

firebase_remote_config, flutter, package_info_plus, url_launcher

More

Packages that depend on force_app_update