switchkeys 1.1.6 copy "switchkeys: ^1.1.6" to clipboard
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';
1
likes
130
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, ini, json_annotation, json_serializable, logging

More

Packages that depend on switchkeys