feature_flag 0.1.1 copy "feature_flag: ^0.1.1" to clipboard
feature_flag: ^0.1.1 copied to clipboard

discontinued

Provides feature flags that can be enabled and disabled by a variety of methods..

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add feature_flag

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

dependencies:
  feature_flag: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:feature_flag/feature_flag.dart';
4
likes
25
pub points
0%
popularity

Publisher

verified publisherlachlanholden.com

Provides feature flags that can be enabled and disabled by a variety of methods..

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

test

More

Packages that depend on feature_flag