File tree 12 files changed +23
-15
lines changed
stream_chat_localizations
12 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 4.4.0
2
2
3
3
🐞 Fixed
4
4
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 : 4.3 .0
4
+ version : 4.4 .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
+ ## 4.4.0
2
2
3
3
🐞 Fixed
4
4
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 : 4.3 .0
4
+ version : 4.4 .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
@@ -36,7 +36,7 @@ dependencies:
36
36
rxdart : ^0.27.0
37
37
share_plus : ^4.0.1
38
38
shimmer : ^2.0.0
39
- stream_chat_flutter_core : ^4.3 .0
39
+ stream_chat_flutter_core : ^4.4 .0
40
40
substring_highlight : ^1.0.26
41
41
url_launcher : ^6.1.0
42
42
video_player : ^2.1.0
Original file line number Diff line number Diff line change
1
+ ## 4.4.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 4.4.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 4.3.0
2
6
3
7
- Updated ` stream_chat ` dependency to [ ` 4.3.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
cupertino_icons : ^1.0.3
27
27
flutter :
28
28
sdk : flutter
29
- stream_chat_flutter_core : ^4.3 .0
29
+ stream_chat_flutter_core : ^4.4 .0
30
30
dev_dependencies :
31
31
flutter_test :
32
32
sdk : flutter
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 : 4.3 .0
4
+ version : 4.4 .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 : ^4.3 .0
20
+ stream_chat : ^4.4 .0
21
21
dev_dependencies :
22
22
build_runner : ^2.0.1
23
23
dart_code_metrics : ^4.4.0
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 3.3.0
2
2
3
3
* Added support for [ Norwegian] ( https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_no.dart ) locale.
4
4
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 : 3.2 .0
3
+ version : 3.3 .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
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
flutter_localizations :
16
16
sdk : flutter
17
- stream_chat_flutter : ^4.3 .0
17
+ stream_chat_flutter : ^4.4 .0
18
18
dev_dependencies :
19
19
dart_code_metrics : ^4.4.0
20
20
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 4.3.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 4.4.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 4.2.0
2
6
3
7
- Added support for ` Channel.ownCapabilities `
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies:
11
11
cupertino_icons : ^1.0.3
12
12
flutter :
13
13
sdk : flutter
14
- stream_chat : ^4.3 .0
15
- stream_chat_persistence : ^4.2 .0
14
+ stream_chat : ^4.4 .0
15
+ stream_chat_persistence : ^4.3 .0
16
16
dev_dependencies :
17
17
flutter_test :
18
18
sdk : flutter
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 : 4.2 .0
4
+ version : 4.3 .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
@@ -19,7 +19,7 @@ dependencies:
19
19
path : ^1.8.0
20
20
path_provider : ^2.0.1
21
21
sqlite3_flutter_libs : ^0.5.0
22
- stream_chat : ^4.3 .0
22
+ stream_chat : ^4.4 .0
23
23
dev_dependencies :
24
24
build_runner : ^2.0.1
25
25
dart_code_metrics : ^4.4.0
You can’t perform that action at this time.
0 commit comments