feature_gate_pro 1.0.1
feature_gate_pro: ^1.0.1 copied to clipboard
A high-performance, robust Feature Flag SDK for Flutter. Supports Local JSON, Remote Config, custom REST APIs, Percentage Rollouts, and Audience Targeting.
1.0.1 #
- Updated GitHub repository and homepage URLs in
pubspec.yamlto ensure correct package linking on pub.dev.
1.0.0 #
- Initial Release of FeatureGate Pro SDK.
- Implemented FlagFlow Merge Engine.
- Supported Providers:
LocalJsonProvider,RestApiProvider,FirebaseAdapterProvider. - Supported reactive widgets:
FeatureFlagWidget,FeatureFlagBuilder. - Implemented Target Rules Engine with numeric, boolean, string, and semantic versioning support.
- Implemented Deterministic Percentage Rollout Engine.
- Implemented Mutex-locked periodic background refresh system.
- Implemented comprehensive Developer Debug Dashboard and Runtime Overrides.
- Implemented Analytics tracking layer with random sampling.