feature_flags_toggly 1.1.8
feature_flags_toggly: ^1.1.8 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.1.8 #
1.1.7 #
2025-02-15 (Date of Last Commit)
- Fixed bug in check when identity changes.
1.1.6 #
2025-02-15 (Date of Last Commit)
- Added logic to clear cached feature flags if identity changes.
1.1.5 #
2025-02-15 (Date of Last Commit)
- Fixed clearing etag as well if deserialization fails or verification fails.
1.1.4 #
2025-02-14 (Date of Last Commit)
- Clear cached feature flags if cache deserialization or verification fails.
1.1.3 #
2025-02-12 (Date of Last Commit)
- Return cached feature flags if the API call fails
1.1.2 #
2025-02-07 (Date of Last Commit)
- Added timestamp verification for signed definitions.
- Added certificate whitelist for signed definitions.
- Added benchmarks for API evaluation.
- Performance improvements.
1.1.1 #
2025-02-05 (Date of Last Commit)
- Updated documentation to include key rotation information.
1.1.0 #
2025-02-05 (Date of Last Commit)
- Added support for offline validation of signed definitions.
1.0.9 #
2025-01-25 (Date of Last Commit)
- Added support for signed definitions.
1.0.8 #
2025-01-23 (Date of Last Commit)
- Added support for multiple children in Feature widget.
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