-
I am handling the login process of firebase otp using bloc pattern. I have a loginBloc that handles the logic part, in this case the OTP using the firebaseauth.verifyPhoneNumber(...) function. The aut…
-
Hello;
Tried to disable component but it seems like it does not work at all, tried from xml and code both enabled and clickable , none is working.
-
I'm using country_code_picker 1.3.7, a crash occurs when I add the countryFilter parametes:
```
CountryCodePicker(
countryFilter: ["de", "lt"],
showCountryOnl…
-
`onInit` is called from `didUpdateWidget()`, which is called only on rebuild, resulting in it not getting called on initialisation.
kaboc updated
4 years ago
-
śrī laṃkāva(LK, +94) is the wrong spelling. It should be changed to Sri Lanka.
-
why do not show default country when keyboard is not showing?
-
Please how can I use with databinding to get `selectedCountryCodeWithPlus`
Thanks!
-
`onChanged` function is called during CountryCodePicker state initialization, is there a particular reason for it?
As it's called on initState I can't pass a function that calls my widget setState…
-
Hi, is there a reason for the country list to be shortened as per this commit https://github.com/imtoori/CountryCodePicker/commit/080a5ed652ad1875cf94264a89d343d9a0b937db?
It makes this library unusa…
-
Hey I'm fairly new to flutter so please excuse if this is a simple resolve. I use Localizations.localeOf(context).countryCode; to get the initial country code that I pass to your package. Your package…