| # 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. |
| version: 2.0.2 |
| repository: https://github.com/flutter/packages/tree/master/packages/extension_google_sign_in_as_googleapis_auth |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| google_sign_in: ^5.0.0 |
| googleapis_auth: ^1.1.0 |
| http: ^0.13.0 |
| meta: ^1.3.0 |
| |
| dev_dependencies: |
| flutter_test: |
| sdk: flutter |
| pedantic: ^1.10.0 |
| |
| environment: |
| sdk: ">=2.12.0 <3.0.0" |
| flutter: ">=1.20.0" |