Применение плагина Flutters app_plugin_loader Gradle обязательно с использованием метода Apply script, который устарел и ⇐ 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.
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.
Мобильная версия