File tree 11 files changed +35
-12
lines changed
stream_chat_localizations
11 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 1
- ## unreleased
1
+ ## 8.1.0
2
2
3
3
✅ Added
4
4
- Added ` httpClientAdapter ` to ` StreamHttpClient ` that enables the use native http implementations
5
5
6
+ 🔄 Changed
7
+
8
+ - Changed minimum Flutter version to 3.22 for the SDK.
9
+
6
10
## 8.0.0
7
11
8
12
🐞 Fixed
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.0 .0' ;
6
+ const PACKAGE_VERSION = '8.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 : 8.0 .0
4
+ version : 8.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
+ ## 8.1.0
2
2
3
3
🐞 Fixed
4
4
5
5
- Fixed enrichment errors causing some URLs to enrich twice.
6
6
- Added option to use the native attachment picker on mobile
7
7
8
+ 🔄 Changed
9
+
10
+ - Changed minimum Flutter version to 3.22 for the SDK.
11
+
8
12
## 8.0.0
9
13
10
14
🐞 Fixed
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.0 .0
4
+ version : 8.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
@@ -41,7 +41,7 @@ dependencies:
41
41
rxdart : ^0.28.0
42
42
share_plus : ^10.0.2
43
43
shimmer : ^3.0.0
44
- stream_chat_flutter_core : ^8.0 .0
44
+ stream_chat_flutter_core : ^8.1 .0
45
45
synchronized : ^3.1.0+1
46
46
thumblr : ^0.0.4
47
47
url_launcher : ^6.3.0
Original file line number Diff line number Diff line change
1
+ ## 8.1.0
2
+
3
+ 🔄 Changed
4
+
5
+ - Changed minimum Flutter version to 3.22 for the SDK.
6
+ - Updated ` stream_chat ` dependency to [ ` 8.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
7
+
1
8
## 8.0.0
2
9
3
10
🐞 Fixed
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.0 .0
4
+ version : 8.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
@@ -17,7 +17,7 @@ dependencies:
17
17
freezed_annotation : ^2.4.1
18
18
meta : ^1.9.1
19
19
rxdart : ^0.28.0
20
- stream_chat : ^8.0 .0
20
+ stream_chat : ^8.1 .0
21
21
22
22
dev_dependencies :
23
23
build_runner : ^2.4.9
Original file line number Diff line number Diff line change
1
+ ## 8.1.0
2
+
3
+ - Updated ` stream_chat_flutter ` dependency to [ ` 8.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 8.0.0
2
6
3
7
- Updated ` stream_chat_flutter ` dependency to [ ` 8.0.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
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.0 .0
3
+ version : 8.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
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
flutter_localizations :
16
16
sdk : flutter
17
- stream_chat_flutter : ^8.0 .0
17
+ stream_chat_flutter : ^8.1 .0
18
18
19
19
dev_dependencies :
20
20
flutter_test :
Original file line number Diff line number Diff line change
1
+ ## 8.1.0
2
+
3
+ - Updated ` stream_chat ` dependency to [ ` 8.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+
1
5
## 8.0.0
2
6
3
7
- Updated ` stream_chat ` dependency to [ ` 8.0.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
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.0 .0
4
+ version : 8.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
@@ -18,7 +18,7 @@ dependencies:
18
18
path : ^1.8.3
19
19
path_provider : ^2.1.3
20
20
sqlite3_flutter_libs : ^0.5.24
21
- stream_chat : ^8.0 .0
21
+ stream_chat : ^8.1 .0
22
22
23
23
dev_dependencies :
24
24
build_runner : ^2.4.9
You can’t perform that action at this time.
0 commit comments