feature_flags_toggly 1.0.7 feature_flags_toggly: ^1.0.7 copied to clipboard
Dart package that provides feature flags support for Flutter applications allowing you to enable and disable features easily. Can be used with or without Toggly.io.
1.0.7 #
2024-11-07 (Date of Last Commit)
- Added documentation about using [refreshInterval] in README.md
- Added example app using Toggly.io key & refreshInterval
1.0.6 #
2024-11-07 (Date of Last Commit)
- Renamed [featureFlagsRefreshInterval] to [refreshInterval] in [TogglyConfig]
- Changed [refreshInterval] type from int to Duration?. It now defaults to 10 minutes
- [refreshInterval] now accepts null values, allowing to disable automatic refresh
1.0.5 #
2023-06-01 (Date of Last Commit)
- Better dependencies support.
1.0.4 #
2023-06-01 (Date of Last Commit)
- Better dependencies support.
1.0.3 #
2022-11-22 (Date of Last Commit)
- Added static "dispose" method to clear timers & cancel streams.
1.0.2 #
2022-11-22 (Date of Last Commit)
- More doc comments
1.0.1 #
2022-11-22 (Date of Last Commit)
- Doc comments
- Fixed Lint issues
- Cleaned unused methods *.featureGateFuture and replaced with *.evaluateFeatureGate
1.0.0 #
2022-11-13 (Date of Last Commit)
- Toggly & Feature classes
- Allow usage without Toggly service (by providing flagDefaults)
- Allow usage with Toggly service (by providing your App Key & Environment name)
- Feature Gate unit tests
- Documentation
- License