Skip to content

Commit 024b0ab

Browse files
committed
Update dependencies
1 parent 1514fbe commit 024b0ab

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
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: 84a1e904f44f9b0e9c4510138010edcc653163f8
7+
revision: 796c8ef79279f9c774545b3771238c3098dbefab
88
channel: stable
99

1010
project_type: package

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.6.2
2+
3+
- Update dependencies
4+
15
## 3.6.1
26

37
- Update dependencies. Requires Dart >= 2.19.0.
@@ -133,7 +137,7 @@ This release marks a major chat architecture overhaul based on a community feedb
133137
- **BREAKING CHANGE**: [FileMessage] `fileName` is renamed to `name`
134138
- **BREAKING CHANGE**: [ImageMessage] `imageName` is renamed to `name`
135139
- **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.
137141
- **BREAKING CHANGE**: [Status] `read` is renamed to `seen`
138142
- **BREAKING CHANGE**: [User] `avatarUrl` is renamed to `imageUrl`
139143
- New `custom` and `unsupported` message types. First one is used to build any message you want, second one is to support backwards compatibility

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: ^5.7.3
9-
flutter_lints: ^2.0.1
8+
dart_code_metrics: ^5.7.4
9+
flutter_lints: ^2.0.2

pubspec.yaml

Lines changed: 6 additions & 6 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.6.1
5+
version: 3.6.2
66
homepage: https://flyer.chat
77
repository: https://github.com/flyerhq/flutter_chat_types
88

@@ -12,10 +12,10 @@ environment:
1212
dependencies:
1313
equatable: ^2.0.5
1414
json_annotation: ^4.8.1
15-
meta: ^1.9.1
15+
meta: '>=1.8.0 <2.0.0'
1616

1717
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

0 commit comments

Comments
 (0)