File tree Expand file tree Collapse file tree 17 files changed +36
-33
lines changed
stream_chat_localizations Expand file tree Collapse file tree 17 files changed +36
-33
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ packages:
6
6
7
7
command :
8
8
bootstrap :
9
- # It seems so that running "pub get" in parallel has some issues (like
10
- # https://github.com/dart-lang/pub/issues/3404). Disabling this feature
11
- # makes the CI much more stable.
12
- runPubGetInParallel : false
13
9
# Dart and Flutter environment used in the project.
14
10
environment :
15
11
sdk : ^3.5.4
@@ -62,11 +58,11 @@ command:
62
58
share_plus : ^10.0.2
63
59
shimmer : ^3.0.0
64
60
sqlite3_flutter_libs : ^0.5.26
65
- stream_chat : ^8.3 .0
66
- stream_chat_flutter : ^8.3 .0
67
- stream_chat_flutter_core : ^8.3 .0
68
- stream_chat_localizations : ^8.3 .0
69
- stream_chat_persistence : ^8.3 .0
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
70
66
synchronized : ^3.1.0+1
71
67
thumblr : ^0.0.4
72
68
url_launcher : ^6.3.0
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.0.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 : ^8.3 .0
27
+ stream_chat : ^9.0 .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 = '8.3 .0' ;
6
+ const PACKAGE_VERSION = '9.0 .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 : 8.3 .0
4
+ version : 9.0 .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.0.0
2
+
3
+ 🛑️ Breaking
4
+
5
+ - The ` StreamAttachmentPickerController ` has been restructured to improve flexibility and support additional use cases like poll management.
6
+ - Previously managed a ` List<Attachment> ` but now manages an ` AttachmentPickerValue ` object, which includes:
7
+ - ` attachments ` : A list of attachments.
8
+ - ` poll ` : A new field for managing polls.
2
9
3
10
✅ Added
4
11
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 : ^8.3 .0
29
- stream_chat_localizations : ^8.3 .0
30
- stream_chat_persistence : ^8.3 .0
28
+ stream_chat_flutter : ^9.0 .0
29
+ stream_chat_localizations : ^9.0 .0
30
+ stream_chat_persistence : ^9.0 .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 : 8.3 .0
4
+ version : 9.0 .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
@@ -54,7 +54,7 @@ dependencies:
54
54
rxdart : ^0.28.0
55
55
share_plus : ^10.0.2
56
56
shimmer : ^3.0.0
57
- stream_chat_flutter_core : ^8.3 .0
57
+ stream_chat_flutter_core : ^9.0 .0
58
58
synchronized : ^3.1.0+1
59
59
thumblr : ^0.0.4
60
60
url_launcher : ^6.3.0
Original file line number Diff line number Diff line change 1
- ## Upcoming
1
+ ## 9.0.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 : ^8.3 .0
26
+ stream_chat_flutter_core : ^9.0 .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 : 8.3 .0
4
+ version : 9.0 .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 : ^8.3 .0
32
+ stream_chat : ^9.0 .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.0.0
2
2
3
3
- Added multiple new localization strings related to poll creation and validation.
4
4
- Added multiple new localization strings related to poll message interactions.
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 : ^8.3 .0
28
- stream_chat_localizations : ^8.3 .0
27
+ stream_chat_flutter : ^9.0 .0
28
+ stream_chat_localizations : ^9.0 .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 : 8.3 .0
3
+ version : 9.0 .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 : ^8.3 .0
29
+ stream_chat_flutter : ^9.0 .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.0.0
2
2
3
3
- Added support for ` Poll ` and ` PollVote ` entities in the database.
4
4
- Updated minimum Flutter version to 3.24.5 for the SDK.
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 : ^8.3 .0
27
- stream_chat_persistence : ^8.3 .0
26
+ stream_chat : ^9.0 .0
27
+ stream_chat_persistence : ^9.0 .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 : 8.3 .0
4
+ version : 9.0 .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 : ^8.3 .0
33
+ stream_chat : ^9.0 .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