blob: d3b428d190c9913e2e9e2ad5334c2a083921ce89 [file] [log] [blame]
name: extension_google_sign_in_example
description: Example of Google Sign-In plugin and googleapis.
dependencies:
flutter:
sdk: flutter
google_sign_in: ^5.0.0
extension_google_sign_in_as_googleapis_auth:
# When depending on this package from a real application you should use:
# extension_google_sign_in_as_googleapis_auth: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
googleapis: ^1.0.0
dev_dependencies:
pedantic: ^1.10.0
integration_test:
path: ../../../integration_test
flutter_driver:
sdk: flutter
flutter:
uses-material-design: true
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4"