We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ced711 commit 534adabCopy full SHA for 534adab
lib/login/view/login_page.dart
@@ -59,7 +59,7 @@ class _LoginContent extends StatelessWidget {
59
const FlutterLogo(size: 150),
60
const _Preamble(),
61
const _Tagline(),
62
- const _GoogleSignInButton(),
+ if (Platform.isAndroid) const _GoogleSignInButton(),
63
// At the moment, the preferable solution on Android is blocked by
64
// https://github.com/FirebaseExtended/flutterfire/issues/2691
65
if (Platform.isIOS) const _AppleSignInButton(),
0 commit comments