File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Expand file tree Collapse file tree 4 files changed +13
-9
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: cd41fdd495f6944ecd3506c21e94c6567b073278
7
+ revision: 18a827f3933c19f51862dde3fa472197683249d6
8
8
channel: stable
9
9
10
10
project_type: package
Original file line number Diff line number Diff line change
1
+ ## 3.5.0
2
+
3
+ - Update to Flutter 3.3.3
4
+
1
5
## 3.4.5
2
6
3
7
- Exported system message type. Thanks @felixgabler for the PR!
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 : ^4.17.0
8
+ dart_code_metrics : ^4.19.1
9
9
flutter_lints : ^2.0.1
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ 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.4.5
5
+ version : 3.5.0
6
6
homepage : https://flyer.chat
7
7
repository : https://github.com/flyerhq/flutter_chat_types
8
8
9
9
environment :
10
10
sdk : " >=2.17.0 <3.0.0"
11
11
12
12
dependencies :
13
- equatable : ^2.0.3
14
- json_annotation : ^4.6 .0
15
- meta : ^1.7 .0
13
+ equatable : ^2.0.5
14
+ json_annotation : ^4.7 .0
15
+ meta : ^1.8 .0
16
16
17
17
dev_dependencies :
18
- build_runner : ^2.2.0
19
- dart_code_metrics : ^4.17.0
18
+ build_runner : ^2.2.1
19
+ dart_code_metrics : ^4.19.1
20
20
flutter_lints : ^2.0.1
21
- json_serializable : ^6.3 .1
21
+ json_serializable : ^6.4 .1
You can’t perform that action at this time.
0 commit comments