File tree Expand file tree Collapse file tree 11 files changed +35
-12
lines changed
stream_chat_localizations Expand file tree Collapse file tree 11 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 1- ## unreleased
1+ ## 8.1.0
22
33✅ Added
44- Added ` httpClientAdapter ` to ` StreamHttpClient ` that enables the use native http implementations
55
6+ 🔄 Changed
7+
8+ - Changed minimum Flutter version to 3.22 for the SDK.
9+
610## 8.0.0
711
812🐞 Fixed
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart';
33/// Current package version
44/// Used in [StreamChatClient] to build the `x-stream-client` header
55// 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 11name : stream_chat
22homepage : https://getstream.io/
33description : The official Dart client for Stream Chat, a service for building chat applications.
4- version : 8.0 .0
4+ version : 8.1 .0
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 8.1.0
22
33🐞 Fixed
44
55- Fixed enrichment errors causing some URLs to enrich twice.
66- Added option to use the native attachment picker on mobile
77
8+ 🔄 Changed
9+
10+ - Changed minimum Flutter version to 3.22 for the SDK.
11+
812## 8.0.0
913
1014🐞 Fixed
Original file line number Diff line number Diff line change 11name : stream_chat_flutter
22homepage : https://github.com/GetStream/stream-chat-flutter
33description : Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
4- version : 8.0 .0
4+ version : 8.1 .0
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
@@ -41,7 +41,7 @@ dependencies:
4141 rxdart : ^0.28.0
4242 share_plus : ^10.0.2
4343 shimmer : ^3.0.0
44- stream_chat_flutter_core : ^8.0 .0
44+ stream_chat_flutter_core : ^8.1 .0
4545 synchronized : ^3.1.0+1
4646 thumblr : ^0.0.4
4747 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+
18## 8.0.0
29
310🐞 Fixed
Original file line number Diff line number Diff line change 11name : stream_chat_flutter_core
22homepage : https://github.com/GetStream/stream-chat-flutter
33description : 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
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
@@ -17,7 +17,7 @@ dependencies:
1717 freezed_annotation : ^2.4.1
1818 meta : ^1.9.1
1919 rxdart : ^0.28.0
20- stream_chat : ^8.0 .0
20+ stream_chat : ^8.1 .0
2121
2222dev_dependencies :
2323 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+
15## 8.0.0
26
37- 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 11name : stream_chat_localizations
22description : The Official localizations for Stream Chat Flutter, a service for building chat applications
3- version : 8.0 .0
3+ version : 8.1 .0
44homepage : https://github.com/GetStream/stream-chat-flutter
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
@@ -14,7 +14,7 @@ dependencies:
1414 sdk : flutter
1515 flutter_localizations :
1616 sdk : flutter
17- stream_chat_flutter : ^8.0 .0
17+ stream_chat_flutter : ^8.1 .0
1818
1919dev_dependencies :
2020 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+
15## 8.0.0
26
37- Updated ` stream_chat ` dependency to [ ` 8.0.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
You can’t perform that action at this time.
0 commit comments