switchkeys 1.1.6
switchkeys: ^1.1.6 copied to clipboard
Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add switchkeys
With Flutter:
$ flutter pub add switchkeys
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
switchkeys: ^1.1.6
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:switchkeys/examples/auth.dart';
import 'package:switchkeys/examples/environments.dart';
import 'package:switchkeys/examples/organization.dart';
import 'package:switchkeys/examples/projects.dart';