Flutter
Release Date: Oct 17, 2024
π Weβre excited to announce the public preview of the Ditto Flutter SDK!
ο»Ώ
While you can expect major feature compatibility with our production SDKs, weβre continuously refining the experience and closing any minor gaps. Join us on this journey, and share your feedback to help shape the future of Ditto for Flutter!
ο»Ώ
Release Date: Oct 10, 2024
This change has a large number of new capabilities as well as some minor namings API Breaking Changes.
β Added: Presence API - Allows receiving syncing information about other peers. See Using Mesh Presenceο»Ώ
β Added: WifiAware as a Transports protocol.
β Added: Retrieving active subscriptions. Syncing Data > Retrieving Subscriptionsο»Ώ
β Added: Canceling subscriptions. Syncing Data > Canceling Subscriptionsο»Ώ
β Added: Support for sync groups. Creating Sync Groupsο»Ώ
β Added: Support to intercept and reject new connections. Handling Connection Requestsο»Ώ
ο»Ώ
βοΈβοΈβπ₯ Breaking change: AuthenticationStatus.authenticated renamed to isAuthenticated
βοΈβοΈβπ₯ Breaking change: Various TransportConfig-related types have enabled properties renamed to isEnabled
βοΈβοΈβπ₯ Breaking change: HttpListenConfig.interfaceIp renamed to interfaceIP
βοΈβοΈβπ₯ Breaking change: HttpListenConfig.websocketSync renamed to webSocketSync
βοΈβοΈβπ₯ Breaking change: StoreObserver.cancelled renamed to isCancelled
ο»Ώ
Release Date: Oct 4, 2024
β Added: Logger class that provides diagnostics capabilities. β Added: Device Dashboard Support - customers can now see device information on the Ditto Portal. β Added: Support for Attachments.
π Changed: The default `deviceName` will now represent the device's model.
ο»Ώ
Release Date: Sept 13, 2024
β Added: OnlineWithAuthenticationIdentity and ditto.auth
β Added: User-configurable transport config. Customizing Transports Configurationsο»Ώ
ο»Ώ
No Notable Changes
ο»Ώ
Release Date: Aug 26, 2024
ο»Ώ
β Added: Ability to stop sync ditto.stopSync()
ο»Ώ
π οΈ Fixed: Cancelling a subscription currently doesn't trigger any action
π οΈ Fixed: Observer API no longer fires every 50ms. Previously the observer API was using a polling mechanism internally which resulted in an event ever 50ms no matter if there were changes or not. This has been updated with an event listener pattern.
ο»Ώ
π Changed: Performance and battery life improvements from observers not continuously firing
ο»Ώ
Release Date: Aug 21, 2024
Version 4.8.0-beta.6 has been Retracted due to an issue found with Android observer API not firing correctly. Please use earlier or later releases.
ο»Ώ
Release Date: July 23, 2024
The initial beta release of Flutter π