| name: google_sign_in |
| description: Flutter plugin for Google Sign-In, a secure authentication system |
| for signing in with a Google account on Android and iOS. |
| repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in |
| issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22 |
| version: 6.1.4 |
| |
| environment: |
| sdk: ">=2.18.0 <4.0.0" |
| flutter: ">=3.3.0" |
| |
| flutter: |
| plugin: |
| platforms: |
| android: |
| default_package: google_sign_in_android |
| ios: |
| default_package: google_sign_in_ios |
| web: |
| default_package: google_sign_in_web |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| google_sign_in_android: ^6.1.0 |
| google_sign_in_ios: ^5.5.0 |
| google_sign_in_platform_interface: ^2.4.0 |
| google_sign_in_web: ^0.12.0 |
| |
| dev_dependencies: |
| build_runner: ^2.1.10 |
| flutter_driver: |
| sdk: flutter |
| flutter_test: |
| sdk: flutter |
| http: ">=0.13.0 <2.0.0" |
| integration_test: |
| sdk: flutter |
| mockito: 5.4.1 |
| |
| # The example deliberately includes limited-use secrets. |
| false_secrets: |
| - /example/android/app/google-services.json |
| - /example/ios/Runner/GoogleService-Info.plist |
| - /example/ios/RunnerTests/GoogleSignInTests.m |