feature_config_bloc 1.0.0
feature_config_bloc: ^1.0.0 copied to clipboard
Feature flag and feature config
1.0.0 #
- Support Riverpod
0.0.12 #
- Fix import
0.0.11 #
- Split to feature_config_bloc
0.0.10 #
- Revert 0.0.9 for fix black screen on app open
0.0.9 #
- New func listenForConfigUpdates
0.0.8 #
- Optimize FirebaseFeatureConfig fetch call
0.0.7 #
- Add missing feature.g.dart
0.0.6 #
- Add remote config string
- Add MultiFeaturesBlocBuilder
- Feature class: rename field isEnabled to boolValue
0.0.5 #
- upgrade firebase_remote_config to 5.0.4
0.0.4 #
- FirebaseFeatureConfig add on error callback
- FirebaseFeatureConfig expose getFeatureConfig func
0.0.3 #
- Handle fetch firebase remote config error
0.0.2 #
- Only update feature configs when their key exists on firebase remote config
0.0.1 #
- Initial release