google_sign_in_all_platforms_web 0.1.0
google_sign_in_all_platforms_web: ^0.1.0 copied to clipboard
Web Platform Implementation for google_sign_in_all_platforms
0.1.0 #
Changed #
- BREAKING: Refactored web plugin architecture to extend
GoogleSignInAllPlatformsMobile
instead ofGoogleSignInAllPlatformsInterface
Added #
- Implementation of
getAuthenticatedClient()
method that uses interface method, instead of direct parent's method. - Integration with mobile platform implementation for code reuse
0.0.2 #
Refactored code based on latest dart formatter and updated CHANGELOG.md
0.0.1 #
First Implementation of GoogleSignInAllPlatformsWeb, for using google_sign_in 7.x.x version.