Skip to content

Commit ca0a497

Browse files
committed
Update to Flutter 3.3.3
1 parent 6605281 commit ca0a497

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: cd41fdd495f6944ecd3506c21e94c6567b073278
7+
revision: 18a827f3933c19f51862dde3fa472197683249d6
88
channel: stable
99

1010
project_type: package

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.5.0
2+
3+
- Update to Flutter 3.3.3
4+
15
## 3.4.5
26

37
- Exported system message type. Thanks @felixgabler for the PR!

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
flutter_chat_types:
66
path: ..
77
dev_dependencies:
8-
dart_code_metrics: ^4.17.0
8+
dart_code_metrics: ^4.19.1
99
flutter_lints: ^2.0.1

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ 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.5
5+
version: 3.5.0
66
homepage: https://flyer.chat
77
repository: https://github.com/flyerhq/flutter_chat_types
88

99
environment:
1010
sdk: ">=2.17.0 <3.0.0"
1111

1212
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
1616

1717
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
2020
flutter_lints: ^2.0.1
21-
json_serializable: ^6.3.1
21+
json_serializable: ^6.4.1

0 commit comments

Comments
 (0)