You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose the FDv2 data system through the Flutter SDK
Surface the FDv2 data acquisition protocol on the public Flutter API:
- LDConfig gains a dataSystem option (opts into FDv2; early access).
- LDClient.setConnectionMode([ConnectionMode?]) applies a manual
connection-mode override (sticks and suppresses automatic transitions;
null clears it).
- Export the data-system configuration types (DataSystemConfig,
ConnectionModeId, ModeDefinition, EndpointConfig, the initializer /
synchronizer entries, and Fdv1FallbackConfig) and drop the internal
FDv2* connection-mode types from the public surface.
The data system itself is built in common_client; this is the Flutter
wiring that lets applications configure and use it.
0 commit comments