- Added [fetchMaximumInterval] parameter to set maximum cached interval
- Fixed [remote_config] internal remote config fetch error on fetchAndActivate()
- Update firebase_remote_config dependency to use version ^0.10.0+1
- Rename fire_flag to flag_feature
- Remove initial return as it causing the listener received the response twice. Let user handle feature flag initial value initialization
- Update firebase_remote_config dependency to use version ^0.6.0
- Handle to return false when the config parameter is not available on Firebase Console
- Fix sample app for better documentation