feat_openfeature 0.1.0
feat_openfeature: ^0.1.0 copied to clipboard
OpenFeature provider for feat. Wraps the feat Dart SDK to expose feat through the OpenFeature API.
Changelog #
0.1.0 #
- Initial release.
FeatProvider: an OpenFeatureFeatureProviderthat wraps a featFeatClient.- Boolean, string, integer, double, and object flag resolution backed by feat's synchronous evaluation cache.
- Type-mismatch and flag-not-found map to the OpenFeature error result with the supplied default value.
- Variation id maps to the result
variant; feat's evaluation reason maps to the resultreason. - Helpers to translate an OpenFeature
EvaluationContextinto feat'sEvalContext.