File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ command:
4545 rxdart : ^0.28.0
4646 shared_preferences : ^2.5.3
4747 state_notifier : ^1.0.0
48- stream_feeds : ^0.1.1
48+ stream_feeds : ^0.2.0
4949 stream_core : ^0.1.0
5050 video_player : ^2.10.0
5151 uuid : ^4.5.1
Original file line number Diff line number Diff line change 1- ## 0.1.1
2- - Update API client code, specifically the FeedOwnCapability enum.
1+ ## 0.2.0
2+ - [ BREAKING ] Update API client code, specifically the FeedOwnCapability enum.
33- Fix unknown enums for ` List<FeedOwnCapability> ` in ` GetOrCreateFeedResponse ` to be ` FeedOwnCapability.unknown ` .
44- Fix for updating poll votes from web socket events.
55
Original file line number Diff line number Diff line change 11name : stream_feeds
22description : The official Dart client for Stream Feeds, a service for building applications with activity feeds.
3- version : 0.1.1
3+ version : 0.2.0
44repository : https://github.com/GetStream/stream-feeds-flutter
55
66# Note: The environment configuration and dependency versions are managed by Melos.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies:
2828 json_annotation : ^4.9.0
2929 photo_view : ^0.15.0
3030 shared_preferences : ^2.5.3
31- stream_feeds : ^0.1.1
31+ stream_feeds : ^0.2.0
3232 video_player : ^2.10.0
3333
3434dev_dependencies :
You can’t perform that action at this time.
0 commit comments