Nathnael
Nathnael
I counter the same problem. I thought this package has no Widgets.
Having a separate `CountryButton` widget would make it possible to implement more specific UI.
What do you think of an API structure like this? It would allow for more flexible layouts where the country button is distinct from the phone number input field. ```dart...
This looks related to https://github.com/dart-lang/language/issues/4138.
I’ve also tried to achieve something similar — moving the generated `*.config.dart` files into a dedicated folder — but without success. For example, I attempted the following in `build.yaml`: ```yaml...