Skip to content

Commit

Permalink
Update to Flutter 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Feb 6, 2022
1 parent 671c720 commit 714e715
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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: 77d935af4db863f6abd0b9c31c7e6df2a13de57b
revision: 5f105a6ca7a5ac7b8bc9b241f4c2d86f4188cf5c
channel: stable

project_type: package
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.3.0

- Do not include null values in JSON. Thanks @felixgabler for the PR!
- Update to Flutter 2.10

## 3.2.2

- Update dependencies. Requires Dart >= 2.15.1.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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.2.2
version: 3.3.0
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_types

environment:
sdk: ">=2.15.1 <3.0.0"
sdk: ">=2.16.0 <3.0.0"

dependencies:
equatable: ^2.0.3
Expand Down

0 comments on commit 714e715

Please sign in to comment.