From 714e715f51c03cb210adc388318ede0a21f125ad Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sun, 6 Feb 2022 11:47:03 +0100 Subject: [PATCH] Update to Flutter 2.10 --- .metadata | 2 +- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.metadata b/.metadata index af84dae..90771a3 100644 --- a/.metadata +++ b/.metadata @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e7880e0..43ae551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index b3399c6..c0ba34e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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