cedvdb / phone_form_field

Flutter phone number input
https://pub.dev/packages/phone_form_field
MIT License
72 stars 100 forks source link

Flutter web html render (--web-renderer html) show flags svgs wrong #252

Open felixmarrero opened 4 months ago

felixmarrero commented 4 months ago

imagen

cedvdb commented 4 months ago

Related: https://github.com/cedvdb/flutter_circle_flags/issues/9

felixmarrero commented 4 months ago

can you add a flag like showFlag to hide or not the svgs. Actually this prop showFlag is used in the CountryButtonStyle but is not abailable in CountrySelectorNavigator

cedvdb commented 4 months ago

It'd be better to fix the issue with the flags instead of just hidding them. I linked an issue above, someone submitted a fix but the fix has been ovewriten by the flag generation. Feel free to add a PR that removes the masks for subsequent flag generation.

Note: FYI The html renderer will be deprecated