Clancey / simple_auth

The Simplest way to Authenticate in Flutter
MIT License
352 stars 108 forks source link

Github login with Flutter web #164

Open ChiragKr04 opened 3 years ago

ChiragKr04 commented 3 years ago

I'm trying to implement Github Login with flutter web. Followed the example but getting the exception : Exception: You are required to implement the 'showAuthenticator' or sharedShowAuthenticator

As the documentation says you need to initialize the app, but for that, it needs simple_auth_flutter package which is unsupported for the web(getting error after running flutter pub get ).

Is it possible to create Github Login functionality with flutter web?

alexstroiaarobs commented 2 years ago

did you found a fix?

Clancey commented 2 years ago

I never built the web side, but I accept pull requests!