stream_feeds 0.3.0
stream_feeds: ^0.3.0 copied to clipboard
The official Dart client for Stream Feeds, a service for building applications with activity feeds.
0.3.0 #
- [BREAKING] Renamed
AppLifecycleStateProvider
toLifecycleStateProvider
andAppLifecycleState
toLifecycleState
. - Re-watch websocket events for feeds when the websocket reconnects.
0.2.0 #
- [BREAKING] Update API client code, specifically the FeedOwnCapability enum.
- Fix unknown enums for
List<FeedOwnCapability>
inGetOrCreateFeedResponse
to beFeedOwnCapability.unknown
. - Fix for updating poll votes from web socket events.
0.1.0 #
- Initial release of Feeds V3 SDK for Dart and Flutter.