Skip to content

Commit bb0a38e

Browse files
committed
feature: dependencies updated
1 parent 1b1288c commit bb0a38e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.17.3
2+
3+
* Bump `cloud_firestore` version to `4.17.3`.
4+
15
## 4.15.8
26

37
* Bump `cloud_firestore` version to `4.15.8`. Added `page` and `hasMore` parameters to collection listeners.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_cloud_firestore
22
description: "Simplify the serialization of objects for cloud_firestore in a Flutter app. It streamlines the process of converting Dart objects into formats compatible with cloud_firestore, making data storage and retrieval smoother and more efficient for developers."
3-
version: 4.15.8
3+
version: 4.17.3
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/firebase_cloud_firestore
66

@@ -11,12 +11,12 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
cloud_firestore: ^4.15.8 # android ios macos web
15-
object: ^1.0.2 # android ios linux macos web windows
14+
cloud_firestore: ^4.17.3 # android ios macos web
15+
object: ^1.0.3 # android ios linux macos web windows
1616

1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^3.0.1
20+
flutter_lints: ^4.0.0
2121

2222
flutter:

0 commit comments

Comments
 (0)