cedvdb
cedvdb
Here is the constructor https://github.com/cedvdb/phone_form_field/blob/main/lib/src/phone_form_field.dart You can see that the parameter `Color? cursorErrorColor,` is not present here while it is present on `TextFormField`. You can add the parameter and submit...
If you are unfamiliar with pull request here is a guide on how to do that: ## 1. Fork or Clone the Repository 1. Fork the repository into your account...
The cache should be held in the self-hosted runner instead of github, no need for network downloads and uploads
What would be the expected behavior ? What would it display when you do +1 ?
What do you think about this : - change the country - when the user uses a country that is not in the list of selected countries, show an error...
> Just continue displaying +1, without switching countries. I'm not sure about this, it seems counter intuitive from an UX standpoint. I proposed before that it would change the country...
> What then is the point of the countries parameter in the CountrySelectorNavigator It does not let the option to the user to select that country in the list >...
Maybe we could disable the autochange for all countries (not just invalid ones), but that seems like a really niche use case ? Let me explain why I think having...