You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dashboard] Fix Log-In button not showing up. (#3443)
Cocoon's dependabot seems to be ignoring "patch" (`+z`) releases in packages with version < `1.0.0`.
That's caused them to miss [a fix in how the Google Sign In button renders into the app](flutter/packages#5660) that was released as a "patch" version (`0.12.3+1`).
This PR updates the cocoon dependency to the fixed version of the package, so the Google Sign In button renders normally again.
(It also uses a new API introduced in 0.12.3 to access `web_only` components much more easily than before, which allows to remove an intermediate dependency).
## Issues
* Fixesflutter/flutter#142195
0 commit comments