firebase_feature_flag 1.0.4 copy "firebase_feature_flag: ^1.0.4" to clipboard
firebase_feature_flag: ^1.0.4 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 Dart:

 $ dart pub add firebase_feature_flag

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 dart pub get):

dependencies:
  firebase_feature_flag: ^1.0.4

Alternatively, your editor might support dart pub get or 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';
5
likes
0
points
106
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_database, flutter, hive, rxdart

More

Packages that depend on firebase_feature_flag