File tree 18 files changed +36
-32
lines changed
stream_chat_localizations
18 files changed +36
-32
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ command:
80
80
share_plus : ^10.0.2
81
81
shimmer : ^3.0.0
82
82
sqlite3_flutter_libs : ^0.5.26
83
- stream_chat : ^9.7 .0
84
- stream_chat_flutter : ^9.7 .0
85
- stream_chat_flutter_core : ^9.7 .0
86
- stream_chat_localizations : ^9.7 .0
87
- stream_chat_persistence : ^9.7 .0
83
+ stream_chat : ^9.8 .0
84
+ stream_chat_flutter : ^9.8 .0
85
+ stream_chat_flutter_core : ^9.8 .0
86
+ stream_chat_localizations : ^9.8 .0
87
+ stream_chat_persistence : ^9.8 .0
88
88
streaming_shared_preferences : ^2.0.0
89
89
svg_icon_widget : ^0.0.1
90
90
synchronized : ^3.1.0+1
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.8.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.7 .0
27
+ stream_chat : ^9.8 .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
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.7 .0
4
+ version : 9.8 .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.8.0
2
2
3
3
🐞 Fixed
4
4
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.7 .0
29
- stream_chat_localizations : ^9.7 .0
30
- stream_chat_persistence : ^9.7 .0
28
+ stream_chat_flutter : ^9.8 .0
29
+ stream_chat_localizations : ^9.8 .0
30
+ stream_chat_persistence : ^9.8 .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.7 .0
4
+ version : 9.8 .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
@@ -56,7 +56,7 @@ dependencies:
56
56
rxdart : ^0.28.0
57
57
share_plus : ^10.0.2
58
58
shimmer : ^3.0.0
59
- stream_chat_flutter_core : ^9.7 .0
59
+ stream_chat_flutter_core : ^9.8 .0
60
60
svg_icon_widget : ^0.0.1
61
61
synchronized : ^3.1.0+1
62
62
thumblr : ^0.0.4
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.8.0
2
2
3
3
✅ Added
4
4
5
5
- Added ` StreamChannelState.getFirstUnreadMessage ` to get the first unread message in the channel.
6
- - Channel pinning and archiving.
6
+ - Added support for Channel pinning and archiving.
7
7
8
8
## 9.7.0
9
9
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.7 .0
26
+ stream_chat_flutter_core : ^9.8 .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.7 .0
4
+ version : 9.8 .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
@@ -31,7 +31,7 @@ dependencies:
31
31
meta : ^1.9.1
32
32
package_info_plus : ^8.3.0
33
33
rxdart : ^0.28.0
34
- stream_chat : ^9.7 .0
34
+ stream_chat : ^9.8 .0
35
35
36
36
dev_dependencies :
37
37
build_runner : ^2.4.9
Original file line number Diff line number Diff line change
1
+ ## 9.8.0
2
+
3
+ - Updated ` stream_chat_flutter ` dependency to [ ` 9.8.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 9.7.0
2
6
3
7
- Added translations for new ` sendAnywayLabel ` 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.7 .0
28
- stream_chat_localizations : ^9.7 .0
27
+ stream_chat_flutter : ^9.8 .0
28
+ stream_chat_localizations : ^9.8 .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.7 .0
3
+ version : 9.8 .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.7 .0
29
+ stream_chat_flutter : ^9.8 .0
30
30
31
31
dev_dependencies :
32
32
flutter_test :
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.8.0
2
2
3
3
- Added ` pinnedAt ` and ` archivedAt ` fields on ` Member ` .
4
4
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.7 .0
27
- stream_chat_persistence : ^9.7 .0
26
+ stream_chat : ^9.8 .0
27
+ stream_chat_persistence : ^9.8 .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.7 .0
4
+ version : 9.8 .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.7 .0
33
+ stream_chat : ^9.8 .0
34
34
35
35
dev_dependencies :
36
36
build_runner : ^2.4.9
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ dependencies:
34
34
lottie : ^3.1.2
35
35
provider : ^6.0.5
36
36
sentry_flutter : ^8.3.0
37
- stream_chat_flutter : ^9.7 .0
38
- stream_chat_localizations : ^9.7 .0
39
- stream_chat_persistence : ^9.7 .0
37
+ stream_chat_flutter : ^9.8 .0
38
+ stream_chat_localizations : ^9.8 .0
39
+ stream_chat_persistence : ^9.8 .0
40
40
streaming_shared_preferences : ^2.0.0
41
41
uuid : ^4.4.0
42
42
video_player : ^2.8.7
You can’t perform that action at this time.
0 commit comments