Skip to content

Commit 0a21999

Browse files
committed
Downgrade meta
1 parent 0b985bb commit 0a21999

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.1
2+
3+
- Downgrade meta to support flutter test
4+
15
## 3.4.0
26

37
- Update to Flutter 3. Thanks @felixgabler for the PR!

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: example
22
environment:
3-
sdk: ">=2.16.0 <3.0.0"
3+
sdk: ">=2.17.0 <3.0.0"
44
dependencies:
55
flutter_chat_types:
66
path: ..
77
dev_dependencies:
8-
flutter_lints: ^1.0.4
8+
flutter_lints: ^2.0.1

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_chat_types
22
description: >
33
Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries
44
which contains shared type declarations.
5-
version: 3.4.0
5+
version: 3.4.1
66
homepage: https://flyer.chat
77
repository: https://github.com/flyerhq/flutter_chat_types
88

@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
equatable: ^2.0.3
1414
json_annotation: ^4.5.0
15-
meta: ^1.8.0
15+
meta: ^1.7.0
1616

1717
dev_dependencies:
1818
build_runner: ^2.1.11

0 commit comments

Comments
 (0)