multi_updater 1.0.5 copy "multi_updater: ^1.0.5" to clipboard
multi_updater: ^1.0.5 copied to clipboard

A Flutter package that checks for app updates via Firebase Remote Config or a custom JSON endpoint, and shows users an update prompt with a direct link to App Store or Play Store.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_updater

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

dependencies:
  multi_updater: ^1.0.5

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:multi_updater/multi_updater.dart';
1
likes
130
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that checks for app updates via Firebase Remote Config or a custom JSON endpoint, and shows users an update prompt with a direct link to App Store or Play Store.

Repository (GitHub)
View/report issues

Topics

#multi-updater #update #firebase #remote-config #app-store

Documentation

API reference

License

unknown (license)

Dependencies

firebase_remote_config, flutter, http, package_info_plus, url_launcher

More

Packages that depend on multi_updater