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

Support flutter 3.24 #79

Closed DmitryGaimaldinov closed 3 weeks ago

DmitryGaimaldinov commented 4 weeks ago

After upgrading to flutter 3.24.0 this error is thrown:

'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
acoutts commented 3 weeks ago

Fixed in v2.3.1