acoutts / flutter_libphonenumber

Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
MIT License
59 stars 72 forks source link

Update minimum target for iOS and bump phonenumberkit version #55

Closed itsbalamurali closed 1 year ago

itsbalamurali commented 1 year ago

iOS minimum deployment target reflects the target set in phoneNumberKit

acoutts commented 1 year ago

Thanks! I just pushed some changes, please re-merge with main to check it again.