firebase_feature_flag 1.0.0
firebase_feature_flag: ^1.0.0 copied to clipboard
A Flutter package for managing feature flags using Firebase Realtime Database.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2024-01-25 #
- Initial release of
firebase_feature_flag
. - Added
FeatureFlag
class for managing feature flags. - Introduced
FeatureFlagBuilder
for convenient UI updates based on feature flags. - Provided example in the
example
directory.