We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710708b commit 05fac81Copy full SHA for 05fac81
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.4
2
+
3
+- Update dependencies
4
5
## 2.1.3
6
7
- Update to Flutter 2.2
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: 2.1.3
+version: 2.1.4
homepage: https://flyer.chat
8
environment:
9
sdk: ">=2.12.0 <3.0.0"
10
11
dependencies:
12
equatable: ^2.0.2
13
- meta: ^1.3.0
+ meta: ^1.4.0
0 commit comments