File tree 2 files changed +12
-2
lines changed
packages/stream_feed_flutter_core
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0: 27/12/2021
2
+
3
+ - fix: the convenient typedefs on generic classes we provided was breaking autocomplete
4
+ - breaking: we renamed some methods
5
+ - ` followFlatFeed ` -> ` followFeed `
6
+ - ` unfollowFlatFeed ` -> ` unfollowFeed `
7
+ - ` isFollowingUser ` -> ` isFollowingFeed `
8
+ - fix: export MediaUri
9
+ - new: add scrollPhysics parameter to ` ReactionListCore `
10
+
1
11
## 0.4.1: 22/12/2021
2
12
3
13
- new: UploadListCore and UploadController
Original file line number Diff line number Diff line change 1
1
name : stream_feed_flutter_core
2
2
description : Stream Feed official Flutter SDK Core. Build your own feed experience using Dart and Flutter.
3
- version : 0.4.1
3
+ version : 0.5.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/
@@ -14,7 +14,7 @@ dependencies:
14
14
flutter :
15
15
sdk : flutter
16
16
rxdart : ^0.27.1
17
- stream_feed : ^0.4.0+2
17
+ stream_feed : ^0.4.0+3
18
18
19
19
dev_dependencies :
20
20
flutter_test :
You can’t perform that action at this time.
0 commit comments