File tree Expand file tree Collapse file tree 11 files changed +20
-18
lines changed
stream_chat_localizations Expand file tree Collapse file tree 11 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
- ## Upcoming-Beta
1
+ ## 7.0.0-beta.3
2
2
3
3
- Included the changes from version [ 6.8.0] ( #670 ) .
4
4
- Updated minimum supported ` SDK ` version to Dart 3.1
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 = '7.0.0-beta.2 ' ;
6
+ const PACKAGE_VERSION = '7.0.0-beta.3 ' ;
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 : 7.0.0-beta.2
4
+ version : 7.0.0-beta.3
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-Beta
1
+ ## 7.0.0-beta.4
2
2
3
3
- Included the changes from version [ 6.9.0] ( #681 ) .
4
4
- Updated minimum supported ` SDK ` version to Flutter 3.13/Dart 3.1
5
+ - Updated ` stream_chat_flutter_core ` dependency
6
+ to [ ` 7.0.0-beta.3 ` ] ( https://pub.dev/packages/stream_chat_flutter_core/changelog ) .
5
7
6
8
## 6.9.0
7
9
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 : 7.0.0-beta.3
4
+ version : 7.0.0-beta.4
5
5
repository : https://github.com/GetStream/stream-chat-flutter
6
6
issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
7
7
@@ -38,7 +38,7 @@ dependencies:
38
38
rxdart : ^0.27.7
39
39
share_plus : ^7.1.0
40
40
shimmer : ^3.0.0
41
- stream_chat_flutter_core : ^7.0.0-beta.2
41
+ stream_chat_flutter_core : ^7.0.0-beta.3
42
42
synchronized : ^3.1.0
43
43
thumblr : ^0.0.4
44
44
url_launcher : ^6.1.12
Original file line number Diff line number Diff line change 1
- ## Upcoming-Beta
1
+ ## 7.0.0-beta.3
2
2
3
3
- Updated minimum supported ` SDK ` version to Flutter 3.13/Dart 3.1
4
- - Updated ` stream_chat ` dependency to [ ` Upcoming-Beta ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+ - Updated ` stream_chat ` dependency to [ ` 7.0.0-beta.3 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
5
5
6
6
## 6.8.0
7
7
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 : 7.0.0-beta.2
4
+ version : 7.0.0-beta.3
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.27.7
20
- stream_chat : ^7.0.0-beta.2
20
+ stream_chat : ^7.0.0-beta.3
21
21
22
22
dev_dependencies :
23
23
build_runner : ^2.4.6
Original file line number Diff line number Diff line change 1
- ## Upcoming-Beta
1
+ ## 7.0.0-beta.3
2
2
3
3
* Updated minimum supported ` SDK ` version to Flutter 3.13/Dart 3.1
4
- * Updated ` stream_chat_flutter ` dependency to [ ` Upcoming-Beta ` ] ( https://pub.dev/packages/stream_chat_flutter/changelog ) .
4
+ * Updated ` stream_chat_flutter ` dependency to [ ` 7.0.0-beta.4 ` ] ( https://pub.dev/packages/stream_chat_flutter/changelog ) .
5
5
6
6
## 5.9.0
7
7
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 : 6.0.0-beta.2
3
+ version : 6.0.0-beta.3
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 : ^7.0.0-beta.2
17
+ stream_chat_flutter : ^7.0.0-beta.4
18
18
19
19
dev_dependencies :
20
20
flutter_test :
Original file line number Diff line number Diff line change 1
- ## Upcoming-Beta
1
+ ## 7.0.0-beta.3
2
2
3
3
- Updated minimum supported ` SDK ` version to Flutter 3.13/Dart 3.1
4
- - Updated ` stream_chat ` dependency to [ ` Upcoming-Beta ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4
+ - Updated ` stream_chat ` dependency to [ ` 7.0.0-beta.3 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
5
5
6
6
## 6.8.0
7
7
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 : 7.0.0-beta.2
4
+ version : 7.0.0-beta.3
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.0
20
20
sqlite3_flutter_libs : ^0.5.15
21
- stream_chat : ^7.0.0-beta.2
21
+ stream_chat : ^7.0.0-beta.3
22
22
23
23
dev_dependencies :
24
24
build_runner : ^2.4.6
You can’t perform that action at this time.
0 commit comments