feature_flags_toggly 1.0.4 feature_flags_toggly: ^1.0.4 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.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