update_manager 1.0.0 copy "update_manager: ^1.0.0" to clipboard
update_manager: ^1.0.0 copied to clipboard

A Flutter package for managing app updates

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add update_manager

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

dependencies:
  update_manager: ^1.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:update_manager/update_manager.dart';
1
likes
140
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing app updates

Repository (GitHub)
View/report issues

Topics

#updates #versioning #remote-config #firebase #app-management

Documentation

API reference

License

MIT (license)

Dependencies

firebase_remote_config, flutter, package_info_plus

More

Packages that depend on update_manager