launchdarkly_event_source_client 1.1.0
launchdarkly_event_source_client: ^1.1.0 copied to clipboard
Server-sent events (SSE) client implementation for dart and flutter.
Change log #
All notable changes to the LaunchDarkly Event Source Client SDK will be documented in this file. This project adheres to Semantic Versioning.
1.1.0 - 2025-04-18 #
1.0.0 - 2024-01-30 #
Features #
- Add restart support to the SSE client. (#102) (a4c1ede)
- Implement backoff, with jitter, for web targets. (#105) (9a0d618)
- Implement LDClient methods. (#38) (a105bed)
- Implement streaming data source. (#33) (5931665)
- Implement support for REPORT for streaming. (#96) (1de6079)
- initial support for sse client (f7168aa)
Bug Fixes #
0.0.3 - 2024-01-23 #
0.0.1 - 2024-01-22 #
Initial alpha version.