From 3f5e60371a017f1128d99fb33b42d0e99dfb8fca Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Tue, 21 Nov 2023 12:09:10 +0530 Subject: [PATCH] Update flutter env --- v2/thirdparty/custom-ui/thirdparty-login.mdx | 1 + v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx | 1 + v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx | 1 + 3 files changed, 3 insertions(+) diff --git a/v2/thirdparty/custom-ui/thirdparty-login.mdx b/v2/thirdparty/custom-ui/thirdparty-login.mdx index 5798b4a28..db304800b 100644 --- a/v2/thirdparty/custom-ui/thirdparty-login.mdx +++ b/v2/thirdparty/custom-ui/thirdparty-login.mdx @@ -757,6 +757,7 @@ For flutter we use the [google_sign_in](https://pub.dev/packages/google_sign_in) ```dart import 'package:google_sign_in/google_sign_in.dart'; +import 'dart:io'; Future loginWithGoogle() async { GoogleSignIn googleSignIn; diff --git a/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx b/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx index f11bfecc4..b9789ad7d 100644 --- a/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx @@ -760,6 +760,7 @@ For flutter we use the [google_sign_in](https://pub.dev/packages/google_sign_in) ```dart import 'package:google_sign_in/google_sign_in.dart'; +import 'dart:io'; Future loginWithGoogle() async { GoogleSignIn googleSignIn; diff --git a/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx b/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx index c96471f92..34aa1754a 100644 --- a/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx +++ b/v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx @@ -760,6 +760,7 @@ For flutter we use the [google_sign_in](https://pub.dev/packages/google_sign_in) ```dart import 'package:google_sign_in/google_sign_in.dart'; +import 'dart:io'; Future loginWithGoogle() async { GoogleSignIn googleSignIn;