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.
2 parents 983daf6 + b58cc7d commit 6329912Copy full SHA for 6329912
packages/flutterfire_gen_utils/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.0
2
+
3
+> [!NOTE]
4
+> This release has breaking changes.
5
+* Update `cloud_firestore` package version to `5.5.0`, which might be not compatible with previous versions.
6
7
## 0.4.1
8
9
* Update `README.md`.
packages/flutterfire_gen_utils/pubspec.yaml
@@ -1,13 +1,13 @@
name: flutterfire_gen_utils
description: flutterfire_gen_utils
-version: 0.4.1
+version: 0.5.0
homepage: https://github.com/kosukesaigusa/flutterfire_gen
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
10
- cloud_firestore: ^4.14.0
+ cloud_firestore: ^5.5.0
11
flutter:
12
sdk: flutter
13
meta: ^1.9.1
0 commit comments