google_sign_in_dartio 0.0.7
google_sign_in_dartio: ^0.0.7 copied to clipboard
Flutter package for Google Sign-In built in dart and support both Mobile and Desktop environments.
0.0.7 #
- add requestScopes
Note: GoogleSignInTokenData
exposes serverAuthCode
field that should
contain the exchange code from the authorization request. This will
always be null when using this package because we already allow you to
provide a code exchange endpoint witch exposes the code and code
verifier in a trusted environment and encourages not to do the code
exchange on the client.
0.0.6 #
- changed the name from
GoogleSignInPlatform
toGoogleSignInDart
to match other packages
0.0.5 #
- fix passing the scopes when present
0.0.4+1 #
- fix logic bug
0.0.4 #
- add default scopes
openid
,email
,profile
0.0.3 #
- remove
isDesktop
0.0.2+1 #
- update readme
0.0.2 #
- update readme
- rename from
google_sign_in_dart
togoogle_sign_in_dartio
due to the fact that the name was not available in pub
0.0.1 #
- Initial release.