File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.1: 26/05/2021
2+
3+ - fix: missing model exports
4+
15## 0.2.0: 21/05/2021
26
37- fix: Follow model
48- new: FollowRelation
5- - breaking: un/followMany batch methods now accept Iterable<FollowRelation > parameter instead of Iterable<Follow >
9+ - breaking: un/followMany batch methods now accept ` Iterable<FollowRelation> ` parameter instead of ` Iterable<Follow> `
610
711## 0.1.3: 17/05/2021
812
Original file line number Diff line number Diff line change 11/// Current package version
22/// Used in [HttpClient] to build the `x-stream-client` header
3- const String packageVersion = '0.2.0 ' ;
3+ const String packageVersion = '0.2.1 ' ;
Original file line number Diff line number Diff line change 11name : stream_feed
22description : Stream Feed official Dart SDK. Build your own feed experience using Dart and Flutter.
3- version : 0.2.0
3+ version : 0.2.1
44repository : https://github.com/GetStream/stream-feed-flutter
55issue_tracker : https://github.com/GetStream/stream-feed-flutter/issues
66homepage : https://getstream.io/
You can’t perform that action at this time.
0 commit comments