manup 8.0.0 copy "manup: ^8.0.0" to clipboard
manup: ^8.0.0 copied to clipboard

Mandatory update for Flutter Apps that prompts or forces app update by querying a hosted JSON file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manup

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

dependencies:
  manup: ^8.0.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:manup/manup.dart';
6
likes
130
pub points
57%
popularity

Publisher

verified publishernextfaze.com

Mandatory update for Flutter Apps that prompts or forces app update by querying a hosted JSON file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

firebase_analytics, firebase_remote_config, flutter, http, meta, package_info_plus, path_provider, pub_semver, url_launcher

More

Packages that depend on manup