docs(auth): add missing import statement for google sign-in#2946
Conversation
The google_sign_in package from [ https://pub.dev/packages/google_sign_in ] is being used but no import statement is mentioned for the same. And importing the package is required for creating an instance of GoogleSignIn.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Thank you :) |
|
Hey, @Salakar thanks for approving 😊 |
The google_sign_in package from pub.dev/packages/google_sign_in is being used but no import statement is mentioned for the same in the README. And it is mandatory to import the google_sign_in package for creating an instance of GoogleSignIn i.e. working with Google Authentication.
Description
Related Issues
Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#.
Checklist
Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?