forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (29 loc) · 1.05 KB
/
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
# Copyright 2013 The Flutter Authors
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
repository: https://github.com/flutter/packages/tree/main/packages/extension_google_sign_in_as_googleapis_auth
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+extension_google_sign_in_as_googleapis_auth%22
version: 2.0.11
environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
google_sign_in: ">=5.0.0 <7.0.0"
googleapis_auth: ^1.1.0
http: ">=0.13.0 <2.0.0"
meta: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
topics:
- authentication
- google-sign-in
false_secrets:
- example/android/app/google-services.json
- example/ios/Runner/GoogleService-Info.plist