Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jul 9, 2023
1 parent 1514fbe commit 024b0ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
revision: 796c8ef79279f9c774545b3771238c3098dbefab
channel: stable

project_type: package
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.2

- Update dependencies

## 3.6.1

- Update dependencies. Requires Dart >= 2.19.0.
Expand Down Expand Up @@ -133,7 +137,7 @@ This release marks a major chat architecture overhaul based on a community feedb
- **BREAKING CHANGE**: [FileMessage] `fileName` is renamed to `name`
- **BREAKING CHANGE**: [ImageMessage] `imageName` is renamed to `name`
- **BREAKING CHANGE**: [Messages] `authorId` is replaced with `author` to support avatars and names inside the chat
- **BREAKING CHANGE**: [Messages] `timestamp` is renamed to `createdAt`. All timestamps are in `ms` now.
- **BREAKING CHANGE**: [Messages] `timestamp` is renamed to `createdAt`. All timestamps are in `ms` now.
- **BREAKING CHANGE**: [Status] `read` is renamed to `seen`
- **BREAKING CHANGE**: [User] `avatarUrl` is renamed to `imageUrl`
- New `custom` and `unsupported` message types. First one is used to build any message you want, second one is to support backwards compatibility
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
flutter_chat_types:
path: ..
dev_dependencies:
dart_code_metrics: ^5.7.3
flutter_lints: ^2.0.1
dart_code_metrics: ^5.7.4
flutter_lints: ^2.0.2
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_chat_types
description: >
Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries
which contains shared type declarations.
version: 3.6.1
version: 3.6.2
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_types

Expand All @@ -12,10 +12,10 @@ environment:
dependencies:
equatable: ^2.0.5
json_annotation: ^4.8.1
meta: ^1.9.1
meta: '>=1.8.0 <2.0.0'

dev_dependencies:
build_runner: ^2.4.4
dart_code_metrics: ^5.7.3
flutter_lints: ^2.0.1
json_serializable: ^6.6.2
build_runner: ^2.4.6
dart_code_metrics: ^5.7.4
flutter_lints: ^2.0.2
json_serializable: ^6.7.1

0 comments on commit 024b0ab

Please sign in to comment.