0maru / twitter_login

MIT License
54 stars 54 forks source link

Flutter For Web #75

Closed shinriyo closed 8 months ago

shinriyo commented 2 years ago

Can you use it for the Web?

0maru commented 2 years ago

@shinriyo Can't be used for Flutter for Web I would like to support Flutter for Web, but it will take some time.

shorben07 commented 2 years ago

@0maru I can make the contribution and implement web part(although I am a mobile developer) based on approach from the article The article is about Twitch and OAuth 2.0 but it could be easily rewritten to Twitter. What we really need from it is Open an External Window part and handling redirects. What do you think?

0maru commented 2 years ago

@shorben07 Please contribute if you can implement it according to Android and iOS processing. I'll be waiting for Pull Requests.

Thank you.

shorben07 commented 2 years ago

@0maru After doing more research it turned out that there is another plugin that already supports web https://pub.dev/packages/oauth2_client so, I withdraw my contribution commitment for now