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

Feature manager for developer preferences and experiments

2.0.0 #

  • Fixed overflow issue and increased version to 2.0.0

1.3.0 #

  • BREAKING CHANGE: Now you can use FeatureManager.getInstance() to get feature manager. Shared preferences initialization is inside now.

1.2.1 #

  • Updated dependencies

1.2.0 #

  • Removed bloc and provider dependencies
  • Changed FeatureManager initialization. Now it's required to call FeatureManager.initialize() function to provide sharePreferences for FeatureManager. Otherwise it would crash.

1.1.2 #

  • Upgraded Dart and Flutter versions

1.1.1 #

  • Updated Readme

1.1.0 #

  • BREAKING: now you need to provide SharedPreferences instance to create feature manager
  • Added sync calls for FeatureManager
  • Added additional getters for FeatureManger
  • Added json type for Feature

1.0.0 #

  • Initial release of Feature Manager
4
likes
140
pub points
50%
popularity

Publisher

verified publisherplayseek.io

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