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

Fix compatibility with AGP 8.0 #43

Closed Almighty-Alpaca closed 1 year ago

Almighty-Alpaca commented 1 year ago

See https://github.com/flutter/flutter/issues/125181 and https://github.com/flutter/flutter/issues/125621#issuecomment-1525995461 for more information

acoutts commented 1 year ago

Thank you! Published v2.1.2 with the change merged.