Issue
Link to a screenshotI was trying to implement google sign in authentication in my Flutter project but it turns out that I am unable to import that above mentioned package. I have already registered my app with firebase and also downloaded google services json file .
Solution
Have you imported the plugins to the pubspeck.yaml package? If not, take a look at this, the documentation for importing packages.
After knowing that, make sure to import the google_sign_in package.
The title and the plugin that you mention in the screenshot are different, so which one are you having trouble with?
Answered By - António Oliveira
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.