File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
packages/stream_feed_flutter_core Expand file tree Collapse file tree 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+
111## 0.4.1: 22/12/2021
212
313- new: UploadListCore and UploadController
Original file line number Diff line number Diff line change 11name : stream_feed_flutter_core
22description : 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
44repository : https://github.com/GetStream/stream-feed-flutter
55issue_tracker : https://github.com/GetStream/stream-feed-flutter/issues
66homepage : https://getstream.io/
@@ -14,7 +14,7 @@ dependencies:
1414 flutter :
1515 sdk : flutter
1616 rxdart : ^0.27.1
17- stream_feed : ^0.4.0+2
17+ stream_feed : ^0.4.0+3
1818
1919dev_dependencies :
2020 flutter_test :
You can’t perform that action at this time.
0 commit comments