flutter-form-builder-ecosystem / phone_number

Flutter plugin for parsing, formatting and validating international phone numbers.
https://pub.dev/packages/phone_number
BSD 3-Clause "New" or "Revised" License
81 stars 63 forks source link

Add region code and update docs for country code #81

Closed iamsahilsonawane closed 2 years ago

iamsahilsonawane commented 2 years ago

Connection with issue(s)

Close #71

Solution description

There are two fields now in the phone number object now, i.e. country code (eg. 1, 64) and region code (eg. US, UK).

Screenshots or Videos

To Do

deandreamatias commented 2 years ago

The code its ok, but we need add this new property to new readme documentation

iamsahilsonawane commented 2 years ago

The code its ok, but we need add this new property to new readme documentation

Done