File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.4.1
2
+
3
+ - Downgrade meta to support flutter test
4
+
1
5
## 3.4.0
2
6
3
7
- Update to Flutter 3. Thanks @felixgabler for the PR!
Original file line number Diff line number Diff line change 1
1
name : example
2
2
environment :
3
- sdk : " >=2.16 .0 <3.0.0"
3
+ sdk : " >=2.17 .0 <3.0.0"
4
4
dependencies :
5
5
flutter_chat_types :
6
6
path : ..
7
7
dev_dependencies :
8
- flutter_lints : ^1 .0.4
8
+ flutter_lints : ^2 .0.1
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.4.0
5
+ version : 3.4.1
6
6
homepage : https://flyer.chat
7
7
repository : https://github.com/flyerhq/flutter_chat_types
8
8
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
equatable : ^2.0.3
14
14
json_annotation : ^4.5.0
15
- meta : ^1.8 .0
15
+ meta : ^1.7 .0
16
16
17
17
dev_dependencies :
18
18
build_runner : ^2.1.11
You can’t perform that action at this time.
0 commit comments