dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.58k forks source link

Analyzer Feedback from IntelliJ #57059

Closed RajeshMCA1214 closed 2 weeks ago

RajeshMCA1214 commented 2 weeks ago

Version information

RajeshMCA1214 commented 2 weeks ago

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 releas BUILD FAILED in 11s

dart-github-bot commented 2 weeks ago

Summary: Thank you for reporting this issue! It looks like you're experiencing some analyzer feedback issues in IntelliJ.

To better understand the problem, could you please provide more details about the specific issue you're encountering? For example:

The more information you can provide, the better we can understand and address the issue.

devoncarew commented 2 weeks ago

Hi - I don't think this is the right forum for your issue; you might see https://flutter.dev/go/flutter-gradle-plugin-apply to see if the info there is helpful.