Adding Google Sign In On Flutter Web
Too Long; Didn't Read
Google Sign In on the web is more complex than those on the mobile platforms. The signIn method used on mobile platforms only provides an access token and so should be avoided if your app needs an ID token. An ID token can only be acquired using signInSilently or the renderButton widget. Once you have a Google client, you can pass it to the Google Sign In class directly in the dart-sign-In file.
Share Your Thoughts