ds_intellitoggle_provider 0.0.1
ds_intellitoggle_provider: ^0.0.1 copied to clipboard
IntelliToggle feature flag provider for Dartstream.
Changelog #
0.0.1-pre+1 #
- Initial pre-release of the IntelliToggle feature flag provider for DartStream.
- Implements
DSFeatureFlagProviderinterface using the official IntelliToggle OpenFeature SDK. - Supports boolean, string, number, and JSON flag evaluation.
- OAuth2 authentication via
clientId,clientSecret, andtenantId. - Supports targeting context for user-specific flag evaluation.
- Production and development configuration presets.
- Error mapping for common IntelliToggle API errors.
- Event handling for provider lifecycle events.
- Example implementation and unit tests included.