File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -45,6 +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
4849 stream_core : ^0.1.0
4950 video_player : ^2.10.0
5051 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.
3+ - Fix unknown enums for ` List<FeedOwnCapability> ` in ` GetOrCreateFeedResponse ` to be ` FeedOwnCapability.unknown ` .
4+
15## 0.1.0
26- Initial release of Feeds V3 SDK for Dart and Flutter.
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.0
3+ version : 0.1.1
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 @@ -27,7 +27,7 @@ dependencies:
2727 json_annotation : ^4.9.0
2828 photo_view : ^0.15.0
2929 shared_preferences : ^2.5.3
30- stream_feeds : ^0.1.0
30+ stream_feeds : ^0.1.1
3131 video_player : ^2.10.0
3232
3333dev_dependencies :
You can’t perform that action at this time.
0 commit comments