blob: b5ed9a12c6b18897736f581ec726cc83bb3ff67f [file] [log] [blame]
name: extension_google_sign_in_example
description: Example of Google Sign-In plugin and googleapis.
publish_to: none
dependencies:
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: ../
flutter:
sdk: flutter
google_sign_in: ^5.0.0
googleapis: ^2.0.0
dev_dependencies:
pedantic: ^1.10.0
flutter:
uses-material-design: true
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"