merhaba, uygulamamı çalıştırırken aşağıdaki hatayı alıyorum nedenini tam olarak çözemedim ama muhtemelen build gradle dosyalarına gelen son güncellemeden kaynaklandıgını sanıyorum. sizce nasıl düzeltebilirim? fikri veya yol gösterecek olan var mı?
hata:
Launching lib\main.dart on sdk gphone64 ×86 64 in debug mode…
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/to/flutter-gradle-plugin-apply
FAILURE: Build failed with an exception.
Where:
Build file ‘C:\Users\souken\Desktop\FlutterProject\Easy Gift\easy-gift\android\app\build.gradle’ line: 4
What went wrong:
Plugin [id: ‘dev.flutter.flutter-gradle-plugin’] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
Plugin Repositories (plugin dependency must include a version number for this source)
Try:
Run with –stacktrace option to get the stack trace.
Run with –info or –debug option to get more log output.
Run with –scan to get full insights.
Get more help at https://help.gradle.org.
BU�LD FAILED in 670ms
Error: Gradle task assembleDebug failed with exit code 1
Exited (1).