0maru / twitter_login

MIT License
54 stars 54 forks source link

Blank white screen #78

Closed ay-emma closed 2 years ago

ay-emma commented 2 years ago

Am using firebase Auth along with this package. I got a blank screen and no error to help me understand the problem. I am testing on an android 10 device.
This happened when I call the TwitterLogin.login function, which then took me to a blank screen. I would like to point out that I parsed the API keys and used the same call-back URL for the Twitter console, the XML file, and the dart file.

twitter wahala

Am running on dart version ">=2.15.0-268.18.beta <3.0.0" and flutter version 2.8.0-3.3.pre

0maru commented 2 years ago

@ay-emma This plugin requires google chrome. Can you please make sure that you have google chrome installed?

ay-emma commented 2 years ago

I am using chrome beta as my default browser (debugging on a physical device) . I will switch and get back to you shortly . Thanks for the quick response.

ay-emma commented 2 years ago

@0maru it works, thanks 😊. Does this mean the final APK release won't work on devices that do not have chrome installed.

0maru commented 2 years ago

@ay-emma Yes. This plugin requires chrome.

It is used with chrome custom tabs.

ay-emma commented 2 years ago

@0maru I would like to suggest that the limitations should be added to the documention.