File tree 16 files changed +44
-26
lines changed
stream_chat_localizations
16 files changed +44
-26
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ command:
59
59
share_plus : ^10.0.2
60
60
shimmer : ^3.0.0
61
61
sqlite3_flutter_libs : ^0.5.26
62
- stream_chat : ^9.2 .0
63
- stream_chat_flutter : ^9.2.0+1
64
- stream_chat_flutter_core : ^9.2 .0
65
- stream_chat_localizations : ^9.2 .0
66
- stream_chat_persistence : ^9.2 .0
62
+ stream_chat : ^9.3 .0
63
+ stream_chat_flutter : ^9.3.0
64
+ stream_chat_flutter_core : ^9.3 .0
65
+ stream_chat_localizations : ^9.3 .0
66
+ stream_chat_persistence : ^9.3 .0
67
67
svg_icon_widget : ^0.0.1
68
68
synchronized : ^3.1.0+1
69
69
thumblr : ^0.0.4
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.3.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.2 .0
27
+ stream_chat : ^9.3 .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.2 .0' ;
6
+ const PACKAGE_VERSION = '9.3 .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.2 .0
4
+ version : 9.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
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.3.0
2
2
3
3
✅ Added
4
4
5
5
- Added support for ` voiceRecording ` type attachments.
6
6
7
+ 🔄 Changed
8
+
9
+ - Deprecated ` PlayListItem ` in favor of ` PlaylistTrack ` .
10
+ - Deprecated ` StreamVoiceRecordingListPlayer ` in favor of ` StreamVoiceRecordingAttachmentPlaylist ` .
11
+ - Deprecated ` StreamVoiceRecordingLoading ` as it is no longer used.
12
+ - Deprecated ` StreamVoiceRecordingPlayer ` in favor of ` StreamVoiceRecordingAttachment ` .
13
+ - Deprecated ` StreamVoiceRecordingSlider ` in favor of ` StreamAudioWaveformSlider ` .
14
+ - Deprecated ` VoiceRecordingAttachmentBuilder ` in favor of ` VoiceRecordingAttachmentPlaylistBuilder ` .
15
+ - Deprecated ` StreamVoiceRecordingTheme ` in favor of ` StreamVoiceRecordingAttachmentTheme ` .
16
+
7
17
## 9.2.0+1
8
18
9
19
- Remove untracked files from the package.
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.2.0+1
29
- stream_chat_localizations : ^9.2 .0
30
- stream_chat_persistence : ^9.2 .0
28
+ stream_chat_flutter : ^9.3.0
29
+ stream_chat_localizations : ^9.3 .0
30
+ stream_chat_persistence : ^9.3 .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.2.0+1
4
+ version : 9.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
@@ -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.2 .0
59
+ stream_chat_flutter_core : ^9.3 .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
+ ## 9.3.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 9.3.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 9.2.0
2
6
3
7
- Updated ` stream_chat ` dependency to [ ` 9.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
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.2 .0
26
+ stream_chat_flutter_core : ^9.3 .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.2 .0
4
+ version : 9.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
@@ -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.2 .0
32
+ stream_chat : ^9.3 .0
33
33
34
34
dev_dependencies :
35
35
build_runner : ^2.4.9
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.2.0+1
28
- stream_chat_localizations : ^9.2 .0
27
+ stream_chat_flutter : ^9.3.0
28
+ stream_chat_localizations : ^9.3 .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.2 .0
3
+ version : 9.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
@@ -26,7 +26,7 @@ dependencies:
26
26
sdk : flutter
27
27
flutter_localizations :
28
28
sdk : flutter
29
- stream_chat_flutter : ^9.2.0+1
29
+ stream_chat_flutter : ^9.3.0
30
30
31
31
dev_dependencies :
32
32
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 9.3.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 9.3.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 9.2.0
2
6
3
7
- Updated ` stream_chat ` dependency to [ ` 9.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
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.2 .0
27
- stream_chat_persistence : ^9.2 .0
26
+ stream_chat : ^9.3 .0
27
+ stream_chat_persistence : ^9.3 .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.2 .0
4
+ version : 9.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
@@ -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.2 .0
33
+ stream_chat : ^9.3 .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