From d3fe50aa5871f0fa538018c95df6d9c70bf7a544 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sat, 15 Jan 2022 17:17:01 +0100 Subject: [PATCH] Update dependencies --- .metadata | 2 +- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- pubspec.yaml | 8 ++++---- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.metadata b/.metadata index 6c0bf66..af84dae 100644 --- a/.metadata +++ b/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled and should not be manually edited. version: - revision: cf4400006550b70f28e4b4af815151d1e74846c6 + revision: 77d935af4db863f6abd0b9c31c7e6df2a13de57b channel: stable project_type: package diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b8d68..e7880e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.2 + +- Update dependencies. Requires Dart >= 2.15.1. + ## 3.2.1 - Update dependencies diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e4bf434..a130cf5 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: example environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.15.1 <3.0.0" dependencies: flutter_chat_types: path: .. diff --git a/pubspec.yaml b/pubspec.yaml index 8a4e8f8..b3399c6 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.1 +version: 3.2.2 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_types environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.15.1 <3.0.0" dependencies: equatable: ^2.0.3 @@ -15,6 +15,6 @@ dependencies: meta: ^1.3.0 dev_dependencies: - build_runner: ^2.1.5 + build_runner: ^2.1.7 flutter_lints: ^1.0.4 - json_serializable: ^6.1.1 + json_serializable: ^6.1.4