flutter_libphonenumber icon indicating copy to clipboard operation
flutter_libphonenumber copied to clipboard

Update android module

Open kishormainali opened this issue 2 years ago • 5 comments

  • compileOptions and kotlinOptions for android
  • recreate example projects using latest flutter version
  • min dart sdk to 3.4.1

kishormainali avatar Dec 07 '23 11:12 kishormainali

@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

acoutts avatar Apr 16 '24 13:04 acoutts

@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 avatar Apr 17 '24 12:04 kishormainali

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

kishormainali avatar May 28 '24 12:05 kishormainali

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

alpha2048 avatar Jun 25 '24 16:06 alpha2048

@acoutts i've updated the PR please check

kishormainali avatar Jul 03 '24 11:07 kishormainali

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

acoutts avatar Aug 19 '24 15:08 acoutts