@@ -6,7 +6,9 @@ _Note_: This plugin is still under development, and some APIs might not be
6
6
available yet. [ Feedback] ( https://github.com/flutter/flutter/issues ) and
7
7
[ Pull Requests] ( https://github.com/flutter/plugins/pulls ) are most welcome!
8
8
9
- ## Android integration
9
+ ## Platform integration
10
+
11
+ ### Android integration
10
12
11
13
To access Google Sign-In, you'll need to make sure to
12
14
[ register your application] ( https://firebase.google.com/docs/android/setup ) .
@@ -23,7 +25,7 @@ Make sure you've filled out all required fields in the console for
23
25
[ OAuth consent screen] ( https://console.developers.google.com/apis/credentials/consent ) .
24
26
Otherwise, you may encounter ` APIException ` errors.
25
27
26
- ## iOS integration
28
+ ### iOS integration
27
29
28
30
1 . [ First register your application] ( https://firebase.google.com/docs/ios/setup ) .
29
31
2 . Make sure the file you download in step 1 is named
@@ -57,7 +59,7 @@ Otherwise, you may encounter `APIException` errors.
57
59
<!-- End of the Google Sign-in Section -->
58
60
```
59
61
60
- ### iOS additional requirement
62
+ #### iOS additional requirement
61
63
62
64
Note that according to
63
65
https://developer.apple.com/sign-in-with-apple/get-started , starting June 30,
@@ -70,12 +72,17 @@ The Flutter Favorite
70
72
[ sign_in_with_apple] ( https://pub.dev/packages/sign_in_with_apple ) plugin could
71
73
be an option.
72
74
75
+ ### Web integration
76
+
77
+ For web integration details, see the
78
+ [ ` google_sign_in_web ` package] ( https://pub.dev/packages/google_sign_in_web ) .
79
+
73
80
## Usage
74
81
75
82
### Import the package
76
83
77
84
To use this plugin, follow the
78
- [ plugin installation instructions] ( https://pub.dev/packages/google_sign_in#pub-pkg-tab-installing ) .
85
+ [ plugin installation instructions] ( https://pub.dev/packages/google_sign_in/install ) .
79
86
80
87
### Use the plugin
81
88
@@ -114,4 +121,3 @@ Future<void> _handleSignIn() async {
114
121
115
122
Find the example wiring in the
116
123
[ Google sign-in example application] ( https://github.com/flutter/plugins/blob/master/packages/google_sign_in/google_sign_in/example/lib/main.dart ) .
117
-
0 commit comments