Closed ziagit closed 1 year ago
You can use flutter_masked_text2 package. Define a controller to IntlPhoneField widget like; MaskedTextController controller = MaskedTextController( mask: '000 000 00 00', )
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 5 days. If you believe this issue is still relevant, please comment to keep it open. Thank you for your contributions.
I need to mask the phone while typing, for example for Canada this Mask should be applied (000) 000 0000. I use like