nayanAubie / signin_with_linkedin

MIT License
0 stars 2 forks source link

Support flutter-web #6

Closed beheobong closed 6 months ago

beheobong commented 6 months ago

I checked signin_with_linkedin does not support flutter-web. Can you update and support it?

nayanAubie commented 6 months ago

Sure @beheobong. give me some time. thanks

beheobong commented 6 months ago

Sure @beheobong. give me some time. thanks

Can you guide me? I will code and create merge request if I success

nayanAubie commented 6 months ago

@beheobong Fork the repository, run the below command to create a web folder within the directory.

flutter create --platforms=web .

I hope existing code should work on the web too.

beheobong commented 6 months ago

@nayanAubie I tried. the sign_with_linkedin depend on webview_flutter that does not support flutter-web. So the web is not working. Do you have any idea?

nayanAubie commented 6 months ago

@beheobong I'm not sure about that. I need to check. I'll update you.

beheobong commented 6 months ago

@beheobong I'm not sure about that. I need to check. I'll update you.

thanks you so much. I'll wait a good news from you. Have a nice day!