feature_manager 3.0.5 copy "feature_manager: ^3.0.5" to clipboard
feature_manager: ^3.0.5 copied to clipboard

Feature manager for developer preferences and experiments

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add feature_manager
copied to clipboard

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

dependencies:
  feature_manager: ^3.0.5
copied to clipboard

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:feature_manager/feature_manager.dart';
copied to clipboard
6
likes
140
points
264
downloads

Publisher

verified publisherbedcode.dev

Weekly Downloads

2024.09.26 - 2025.04.10

Feature manager for developer preferences and experiments

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on feature_manager