extension_google_sign_in_as_googleapis_auth 2.0.4
extension_google_sign_in_as_googleapis_auth: ^2.0.4 copied to clipboard
A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
2.0.4 #
- Update example with the latest changes from
google_sign_in
, so it builds again on Android. #89301.
2.0.3 #
- Adjust formatting of code snippets in README.
2.0.2 #
- Update example to use a scope name as a constant from the People API, instead of a hardcoded string.
- Remove
x
bit from README and pubspec.yaml
2.0.1 #
- Rehomed to
flutter/packages
repository. - Update to
googleapis_auth: ^1.1.0
.
2.0.0 #
- Migrate to null safety.
- Fixes the requested scopes to use the
GoogleSignIn
instance'sscopes
.
1.0.4 #
- Update the example app: remove the deprecated
RaisedButton
andFlatButton
widgets.
1.0.2 #
- Update Flutter SDK constraint.
1.0.1 #
- Update android compileSdkVersion to 29.
1.0.0 #
- First published version.