firebase_feature_flag 1.0.15 copy "firebase_feature_flag: ^1.0.15" to clipboard
firebase_feature_flag: ^1.0.15 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_feature_flag

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

dependencies:
  firebase_feature_flag: ^1.0.15

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_feature_flag/firebase_feature_flag.dart';
4
likes
130
points
93
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_database, flutter, hive, hive_flutter, rxdart

More

Packages that depend on firebase_feature_flag