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

Update android module #62

Closed kishormainali closed 2 months ago

kishormainali commented 10 months ago
acoutts commented 6 months ago

@kishormainali are you able to fix this warning in the same pr?

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

kishormainali commented 6 months ago

@kishormainali are you able to fix this warning in the same pr?

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

sure i'll update the PR

kishormainali commented 5 months ago

@acoutts i've recreated android modules using latest flutter version and updated examples with latest flutter.

alpha2048 commented 4 months ago

Is this pull request moving forward? I'm having trouble with old Android settings.

kishormainali commented 3 months ago

@acoutts i've updated the PR please check

acoutts commented 2 months ago

the android issues are now resolved in 2.3.1 - please check if this pr is still needed.