firebase_upgrader 1.0.3 copy "firebase_upgrader: ^1.0.3" to clipboard
firebase_upgrader: ^1.0.3 copied to clipboard

A Flutter package for managing feature flags using Firebase Realtime Database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_upgrader

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

dependencies:
  firebase_upgrader: ^1.0.3

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:firebase_upgrader/firebase_upgrader.dart';
0
likes
130
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing feature flags using Firebase Realtime Database.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_feature_flag, flutter, package_info_plus, url_launcher

More

Packages that depend on firebase_upgrader