File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.4.0+2: 22/12/2021
1
+ ## 0.4.0+3: 27/12/2021
2
+
3
+ - fix: call profile in setUser, so that currentUser data is not null
4
+
5
+ ## 0.4.0+2: 22/12/2021
2
6
3
7
- fix: export image_storage_client.dart
4
8
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.4.0+2 ' ;
3
+ const String packageVersion = '0.4.0+3 ' ;
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.4.0+2
3
+ version : 0.4.0+3
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