google_sign_in_all 0.0.3
google_sign_in_all: ^0.0.3 copied to clipboard
Flutter Google Sign In wrapper on `googleapis_auth` (Web) and `google_sign_in` (Android/iOS)
google_sign_in_all #
Google Sign In wrapper for Flutter - wraps google_sign_in
and googleapis_auth
to single API - to use it in Flutter web and mobile in easy way
Getting started #
TODO: add getting started
TODO #
- ✅ create abstraction
- ✅ wrap
google_sign_in
- ✅ wrap
googleapis_auth
- ✅ TEST: check if works on Flutter web
- ✅ TEST: check if works on Android/iOS
- ❌ TEST: check if works with Firebase Auth from
firebase
package (Web) - ❌ TEST: check if works with Firebase Auth from
firebase_auth
package (Mobile)