Closed kishormainali closed 2 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 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
@acoutts i've recreated android modules using latest flutter version and updated examples with latest flutter.
Is this pull request moving forward? I'm having trouble with old Android settings.
@acoutts i've updated the PR please check
the android issues are now resolved in 2.3.1 - please check if this pr is still needed.