fire_flag 1.1.1 copy "fire_flag: ^1.1.1" to clipboard
fire_flag: ^1.1.1 copied to clipboard

discontinued

App wide feature flag manager utilizing the power of Firebase Remote Config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fire_flag

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

dependencies:
  fire_flag: ^1.1.1

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:fire_flag/fire_flag.dart';
9
likes
40
pub points
0%
popularity

Publisher

verified publisherevermos.com

App wide feature flag manager utilizing the power of Firebase Remote Config.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

firebase_remote_config, flutter

More

Packages that depend on fire_flag