Skip to content

Commit

Permalink
Update flutter env
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Nov 21, 2023
1 parent 3b1e70b commit 3f5e603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions v2/thirdparty/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> loginWithGoogle() async {
GoogleSignIn googleSignIn;
Expand Down
1 change: 1 addition & 0 deletions v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> loginWithGoogle() async {
GoogleSignIn googleSignIn;
Expand Down
1 change: 1 addition & 0 deletions v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> loginWithGoogle() async {
GoogleSignIn googleSignIn;
Expand Down

0 comments on commit 3f5e603

Please sign in to comment.