-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
20 lines (17 loc) · 792 Bytes
/
pubspec.yaml
File metadata and controls
20 lines (17 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: firebase_cloud_firestore
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."
version: 5.4.4
homepage: https://landamessenger.com
repository: https://github.com/landamessenger/firebase_cloud_firestore
environment:
sdk: '>=3.2.4 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^5.4.4 # android ios macos web windows
object: ^1.2.6 # android ios linux macos web windows
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0