Применение плагина Flutters app_plugin_loader Gradle обязательно с использованием метода Apply script, который устарел иAndroid

Форум для тех, кто программирует под Android
Гость
Применение плагина Flutters app_plugin_loader Gradle обязательно с использованием метода Apply script, который устарел и

Сообщение Гость »


After Upgrading the Flutter version to 3.19.0 I am getting this warning when running the app:

You are applying Flutter's app_plugin_loader 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

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

How to remove these deprecated gradle settings.

Вернуться в «Android»