File tree Expand file tree Collapse file tree 17 files changed +33
-29
lines changed
stream_chat_localizations Expand file tree Collapse file tree 17 files changed +33
-29
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ command:
58
58
share_plus : ^10.0.2
59
59
shimmer : ^3.0.0
60
60
sqlite3_flutter_libs : ^0.5.26
61
- stream_chat : ^9.0 .0
62
- stream_chat_flutter : ^9.0 .0
63
- stream_chat_flutter_core : ^9.0 .0
64
- stream_chat_localizations : ^9.0 .0
65
- stream_chat_persistence : ^9.0 .0
61
+ stream_chat : ^9.1 .0
62
+ stream_chat_flutter : ^9.1 .0
63
+ stream_chat_flutter_core : ^9.1 .0
64
+ stream_chat_localizations : ^9.1 .0
65
+ stream_chat_persistence : ^9.1 .0
66
66
synchronized : ^3.1.0+1
67
67
thumblr : ^0.0.4
68
68
url_launcher : ^6.3.0
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.1.0
2
2
3
3
✅ Added
4
4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies:
24
24
cupertino_icons : ^1.0.3
25
25
flutter :
26
26
sdk : flutter
27
- stream_chat : ^9.0 .0
27
+ stream_chat : ^9.1 .0
28
28
29
29
flutter :
30
30
uses-material-design : true
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 = '9.0 .0' ;
6
+ const PACKAGE_VERSION = '9.1 .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 : 9.0 .0
4
+ version : 9.1 .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
- ## Upcoming
1
+ ## 9.1.0
2
2
3
3
✅ Added
4
4
5
5
- Added a new ` StreamThreadListView ` widget to load and display list of threads.
6
- - Added a new ` UnreadThreadsBanner ` widget to display count of unread threads.
6
+ - Added a new ` StreamUnreadThreadsBanner ` widget to display count of unread threads.
7
7
- Added new ` StreamUnreadIndicator.channels ` and ` StreamUnreadIndicator.threads ` constructors to
8
8
display unread channels and threads respectively.
9
9
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencies:
25
25
flutter :
26
26
sdk : flutter
27
27
responsive_builder : ^0.7.0
28
- stream_chat_flutter : ^9.0 .0
29
- stream_chat_localizations : ^9.0 .0
30
- stream_chat_persistence : ^9.0 .0
28
+ stream_chat_flutter : ^9.1 .0
29
+ stream_chat_localizations : ^9.1 .0
30
+ stream_chat_persistence : ^9.1 .0
31
31
32
32
flutter :
33
33
uses-material-design : true
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 : 9.0 .0
4
+ version : 9.1 .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
@@ -55,7 +55,7 @@ dependencies:
55
55
rxdart : ^0.28.0
56
56
share_plus : ^10.0.2
57
57
shimmer : ^3.0.0
58
- stream_chat_flutter_core : ^9.0 .0
58
+ stream_chat_flutter_core : ^9.1 .0
59
59
synchronized : ^3.1.0+1
60
60
thumblr : ^0.0.4
61
61
url_launcher : ^6.3.0
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.1.0
2
2
3
3
✅ Added
4
4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
23
23
cupertino_icons : ^1.0.3
24
24
flutter :
25
25
sdk : flutter
26
- stream_chat_flutter_core : ^9.0 .0
26
+ stream_chat_flutter_core : ^9.1 .0
27
27
28
28
flutter :
29
29
uses-material-design : true
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 : 9.0 .0
4
+ version : 9.1 .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
@@ -29,7 +29,7 @@ dependencies:
29
29
freezed_annotation : ^2.4.1
30
30
meta : ^1.9.1
31
31
rxdart : ^0.28.0
32
- stream_chat : ^9.0 .0
32
+ stream_chat : ^9.1 .0
33
33
34
34
dev_dependencies :
35
35
build_runner : ^2.4.9
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.1.0
2
2
3
3
- Added translations for new ` repliedToLabel ` label.
4
4
- Added translations for new ` newThreadsLabel ` label.
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ dependencies:
24
24
cupertino_icons : ^1.0.3
25
25
flutter :
26
26
sdk : flutter
27
- stream_chat_flutter : ^9.0 .0
28
- stream_chat_localizations : ^9.0 .0
27
+ stream_chat_flutter : ^9.1 .0
28
+ stream_chat_localizations : ^9.1 .0
29
29
30
30
flutter :
31
31
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_localizations
2
2
description : The Official localizations for Stream Chat Flutter, a service for building chat applications
3
- version : 9.0 .0
3
+ version : 9.1 .0
4
4
homepage : https://github.com/GetStream/stream-chat-flutter
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
@@ -26,7 +26,7 @@ dependencies:
26
26
sdk : flutter
27
27
flutter_localizations :
28
28
sdk : flutter
29
- stream_chat_flutter : ^9.0 .0
29
+ stream_chat_flutter : ^9.1 .0
30
30
31
31
dev_dependencies :
32
32
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 9.1.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 9.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 9.0.0
2
6
3
7
- Added support for ` Poll ` and ` PollVote ` entities in the database.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies:
23
23
cupertino_icons : ^1.0.3
24
24
flutter :
25
25
sdk : flutter
26
- stream_chat : ^9.0 .0
27
- stream_chat_persistence : ^9.0 .0
26
+ stream_chat : ^9.1 .0
27
+ stream_chat_persistence : ^9.1 .0
28
28
29
29
flutter :
30
30
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
name : stream_chat_persistence
2
2
homepage : https://github.com/GetStream/stream-chat-flutter
3
3
description : Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
4
- version : 9.0 .0
4
+ version : 9.1 .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
@@ -30,7 +30,7 @@ dependencies:
30
30
path : ^1.8.3
31
31
path_provider : ^2.1.3
32
32
sqlite3_flutter_libs : ^0.5.26
33
- stream_chat : ^9.0 .0
33
+ stream_chat : ^9.1 .0
34
34
35
35
dev_dependencies :
36
36
build_runner : ^2.4.9
You can’t perform that action at this time.
0 commit comments