configdirector_flutter_client_sdk 0.1.0
configdirector_flutter_client_sdk: ^0.1.0 copied to clipboard
Flutter client SDK for ConfigDirector. ConfigDirector is a remote configuration and feature flag service.
Changelog #
0.1.0 #
Initial release of the ConfigDirector Flutter client SDK.
ConfigDirectorClientfor evaluatingbool,int,double,Stringand JSON configs against aConfigDirectorContext, with typed defaults.- Streaming and polling transports, selectable through
ConnectionOptions. watchstreams and client events (ClientReadyEvent,ConfigsUpdatedEvent,ContextUpdatedEvent,ConfigEvaluatedEvent) for reacting to config and context changes.- Telemetry reporting of evaluated configs, off the main isolate on native platforms.
- Support for both native and web targets.