forked from atn832/fake_cloud_firestore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
36 lines (32 loc) · 876 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: fake_cloud_firestore
description: Previously known as cloud_firestore_mocks. Fake implementation of Cloud Firestore. Use this package to unit test apps that use Cloud Firestore.
version: 2.4.9
homepage: https://www.wafrat.com
repository: https://github.com/atn832/fake_cloud_firestore
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^4.15.9
cloud_firestore_platform_interface: ^6.1.10
collection: ^1.14.13
plugin_platform_interface: ^2.0.0
quiver: ^3.0.0
rxdart: ^0.27.1
mock_exceptions: ^0.8.2
fake_firebase_security_rules: ^0.5.2
rx: ^0.3.0
equatable: ^2.0.5
clock: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
pedantic: ^1.9.0
test: ^1.15.2
firebase_auth_mocks: ^0.13.0
false_secrets:
- google-services.json
- GoogleService-Info.plist