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