roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

flutter for web with facebook login #282

Open asaf-horvitz opened 4 years ago

asaf-horvitz commented 4 years ago

Will the code support flutter for web and when ?

dvirgiln commented 4 years ago

Hello, same question here. I am using this plugin and all my app supports web. It would be very good if you can give some estimation.

Thanks a lot.

kfiross commented 4 years ago

You can check my repo https://github.com/kfiross/flutter_facebook_login_web

moioo91120 commented 3 years ago

+1 for support plz

HadenHiles commented 3 years ago

👍 need this as well

M1Joe commented 3 years ago

@kfiross any chance you can merge your web changes into this facebook_login so that we don't have to maintain two?

kfiross commented 3 years ago

@M1Joe Yes, sure By the way, I think it will be a good idea to to implement platform Interface as both packages will be federated plugins.

M1Joe commented 3 years ago

@kfiross did you ever put in a PR to merge your code into this one?