I have a flutter web application that uses google_sign_in_web. Due to suggestions I used the renderButton which to my knowledge is the “new way” so sign in with google. Clicking on the button successfully opens the account selection popup, after signing in or selecting an account, it closes that page and moves to another popup which by default in production is being blocked in chrome and possibly other browsers. I need to find a way to avoid this blocking OR to detect when it occurs. Through searching online, I have not found anything. Help would be appreciated.
error present in console
[GSI_LOGGER]: Failed to open popup window on url: https://accounts.google.com/o/oauth2/v2/auth?<redacted>. Maybe blocked by the browser?
the google sign in package did not seem to have a way to catch the error that I could find.