File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## Upcomming
1
+ ## 5.2.0
2
2
3
3
✅ Added
4
4
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart';
3
3
/// Current package version
4
4
/// Used in [StreamChatClient] to build the `x-stream-client` header
5
5
// ignore: constant_identifier_names
6
- const PACKAGE_VERSION = '5.1 .0' ;
6
+ const PACKAGE_VERSION = '5.2 .0' ;
Original file line number Diff line number Diff line change 1
1
name : stream_chat
2
2
homepage : https://getstream.io/
3
3
description : The official Dart client for Stream Chat, a service for building chat applications.
4
- version : 5.1 .0
4
+ version : 5.2 .0
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
Original file line number Diff line number Diff line change 1
- ## Upcomming
1
+ ## 5.2.0
2
2
3
3
✅ Added
4
4
- Added a new ` bottomRowBuilderWithDefaultWidget ` parameter to ` StreamMessageWidget ` which contains a third parameter (default ` BottomRow ` widget with ` copyWith ` method available) to allow easier customization.
Original file line number Diff line number Diff line change 1
1
name : stream_chat_flutter
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
4
- version : 5.1 .0
4
+ version : 5.2 .0
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -39,7 +39,7 @@ dependencies:
39
39
rxdart : ^0.27.0
40
40
share_plus : ^4.5.0
41
41
shimmer : ^2.0.0
42
- stream_chat_flutter_core : ^5.1 .0
42
+ stream_chat_flutter_core : ^5.2 .0
43
43
synchronized : ^3.0.0
44
44
thumblr : ^0.0.4
45
45
url_launcher : ^6.1.0
Original file line number Diff line number Diff line change 1
- ## Upcomming
1
+ ## 5.2.0
2
2
3
3
🔄 Changed
4
4
Original file line number Diff line number Diff line change 1
1
name : stream_chat_flutter_core
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
4
- version : 5.1 .0
4
+ version : 5.2 .0
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -17,7 +17,7 @@ dependencies:
17
17
freezed_annotation : ^2.0.3
18
18
meta : ^1.3.0
19
19
rxdart : ^0.27.0
20
- stream_chat : ^5.1 .0
20
+ stream_chat : ^5.2 .0
21
21
dev_dependencies :
22
22
build_runner : ^2.0.1
23
23
dart_code_metrics : ^4.4.0
You can’t perform that action at this time.
0 commit comments