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
60 stars 73 forks source link

Set minSdk from 21 to 18 #3

Closed Pyozer closed 4 years ago

Pyozer commented 4 years ago

Hi, I downgrade the Android minSdk from 21 to 18, otherwise this package cannot be used for some projects that use a low sdk version (like mine). I also updated com.googlecode.libphonenumber lib.

acoutts commented 4 years ago

Thanks for the contribution! Will merge this in now.