vanshg395 / intl_phone_field

A customised Flutter TextFormField to input international phone number along with country code.
https://pub.dev/packages/intl_phone_field
MIT License
177 stars 507 forks source link

The Uruguay min length number is 8 , not 11 #247

Closed dlportel closed 1 year ago

dlportel commented 1 year ago

Should be> Country( name: "Uruguay", flag: "🇺🇾", code: "UY", dialCode: "598", minLength: 8, maxLength: 8, ),

github-actions[bot] commented 1 year ago

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.