-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 822 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (29 loc) · 822 Bytes
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
name: cloud_functions_web
description: The web implementation of cloud_functions
homepage: https://github.com/firebase/flutterfire/tree/main/packages/cloud_functions/cloud_functions_web
repository: https://github.com/firebase/flutterfire/tree/main/packages/cloud_functions/cloud_functions_web
version: 5.1.5
resolution: workspace
environment:
sdk: '^3.6.0'
flutter: '>=3.22.0'
dependencies:
cloud_functions_platform_interface: ^5.8.12
firebase_core: ^4.7.0
firebase_core_web: ^3.6.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
web: ^1.1.1
dev_dependencies:
firebase_core_platform_interface: ^6.0.3
flutter_test:
sdk: flutter
mockito: ^5.0.0
flutter:
plugin:
platforms:
web:
pluginClass: FirebaseFunctionsWeb
fileName: cloud_functions_web.dart