@@ -6,7 +6,9 @@ _Note_: This plugin is still under development, and some APIs might not be
66available yet. [ Feedback] ( https://github.com/flutter/flutter/issues ) and
77[ Pull Requests] ( https://github.com/flutter/plugins/pulls ) are most welcome!
88
9- ## Android integration
9+ ## Platform integration
10+
11+ ### Android integration
1012
1113To access Google Sign-In, you'll need to make sure to
1214[ 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
2325[ OAuth consent screen] ( https://console.developers.google.com/apis/credentials/consent ) .
2426Otherwise, you may encounter ` APIException ` errors.
2527
26- ## iOS integration
28+ ### iOS integration
2729
28301 . [ First register your application] ( https://firebase.google.com/docs/ios/setup ) .
29312 . Make sure the file you download in step 1 is named
@@ -57,7 +59,7 @@ Otherwise, you may encounter `APIException` errors.
5759<!-- End of the Google Sign-in Section -->
5860```
5961
60- ### iOS additional requirement
62+ #### iOS additional requirement
6163
6264Note that according to
6365https://developer.apple.com/sign-in-with-apple/get-started , starting June 30,
@@ -70,12 +72,17 @@ The Flutter Favorite
7072[ sign_in_with_apple] ( https://pub.dev/packages/sign_in_with_apple ) plugin could
7173be an option.
7274
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+
7380## Usage
7481
7582### Import the package
7683
7784To 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 ) .
7986
8087### Use the plugin
8188
@@ -114,4 +121,3 @@ Future<void> _handleSignIn() async {
114121
115122Find the example wiring in the
116123[ 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