google_sign_in_dartio 0.0.6
google_sign_in_dartio: ^0.0.6 copied to clipboard
Flutter package for Google Sign-In, a secure authentication system for signing in with a Google account on Flutter platforms that support 'dart:io'.
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.