-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 608 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 608 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
name: google_api_headers
description: A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key
version: 5.2.0
homepage: https://github.com/zeshuaro/google_api_headers
environment:
sdk: ">=3.11.5 <4.0.0"
flutter: ">=3.41.7"
dependencies:
flutter:
sdk: flutter
package_info_plus: ^9.0.1
dev_dependencies:
build_runner: 2.13.1
flutter_lints: 6.0.0
flutter_test:
sdk: flutter
mocktail: 1.0.5
flutter:
plugin:
platforms:
android:
package: io.github.zeshuaro.google_api_headers
pluginClass: GoogleApiHeadersPlugin