feature_core 2.0.0
feature_core: ^2.0.0 copied to clipboard
Dart package for flexible retrieving and managing feature flags.
1.2.0 #
- Update deps
1.1.1 #
- Update readme and deps constraints
1.1.0 #
- Breaking changes: new architecture in
feature_core FeatureSourceseparated to: ---FeaturesContainerto save actual features ---FeaturesProviderto pull features from some source ---FeaturesManagerto control and manage providers- Abstract
Featurerenamed toFeatureAbstractand made constant, without any state
1.0.0 #
- Initial version.