File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 4
4
# This file should be version controlled and should not be manually edited.
5
5
6
6
version:
7
- revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
7
+ revision: 796c8ef79279f9c774545b3771238c3098dbefab
8
8
channel: stable
9
9
10
10
project_type: package
Original file line number Diff line number Diff line change
1
+ ## 3.6.2
2
+
3
+ - Update dependencies
4
+
1
5
## 3.6.1
2
6
3
7
- Update dependencies. Requires Dart >= 2.19.0.
@@ -133,7 +137,7 @@ This release marks a major chat architecture overhaul based on a community feedb
133
137
- ** BREAKING CHANGE** : [ FileMessage] ` fileName ` is renamed to ` name `
134
138
- ** BREAKING CHANGE** : [ ImageMessage] ` imageName ` is renamed to ` name `
135
139
- ** BREAKING CHANGE** : [ Messages] ` authorId ` is replaced with ` author ` to support avatars and names inside the chat
136
- - ** BREAKING CHANGE** : [ Messages] ` timestamp ` is renamed to ` createdAt ` . All timestamps are in ` ms ` now.
140
+ - ** BREAKING CHANGE** : [ Messages] ` timestamp ` is renamed to ` createdAt ` . All timestamps are in ` ms ` now.
137
141
- ** BREAKING CHANGE** : [ Status] ` read ` is renamed to ` seen `
138
142
- ** BREAKING CHANGE** : [ User] ` avatarUrl ` is renamed to ` imageUrl `
139
143
- New ` custom ` and ` unsupported ` message types. First one is used to build any message you want, second one is to support backwards compatibility
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies:
5
5
flutter_chat_types :
6
6
path : ..
7
7
dev_dependencies :
8
- dart_code_metrics : ^5.7.3
9
- flutter_lints : ^2.0.1
8
+ dart_code_metrics : ^5.7.4
9
+ flutter_lints : ^2.0.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_chat_types
2
2
description : >
3
3
Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries
4
4
which contains shared type declarations.
5
- version : 3.6.1
5
+ version : 3.6.2
6
6
homepage : https://flyer.chat
7
7
repository : https://github.com/flyerhq/flutter_chat_types
8
8
@@ -12,10 +12,10 @@ environment:
12
12
dependencies :
13
13
equatable : ^2.0.5
14
14
json_annotation : ^4.8.1
15
- meta : ^1.9.1
15
+ meta : ' >=1.8.0 <2.0.0 '
16
16
17
17
dev_dependencies :
18
- build_runner : ^2.4.4
19
- dart_code_metrics : ^5.7.3
20
- flutter_lints : ^2.0.1
21
- json_serializable : ^6.6.2
18
+ build_runner : ^2.4.6
19
+ dart_code_metrics : ^5.7.4
20
+ flutter_lints : ^2.0.2
21
+ json_serializable : ^6.7.1
You can’t perform that action at this time.
0 commit comments