- Operating system: MAC OS
- IDE is Android Studio Otter 2 Feature Drop
We are using a SonarQube Server in our company, and in our Flutter application project we have configured Dart rules and related quality profiles.
Recently, I installed the SonarQube IDE plugin in Android Studio and configured it to connect to our SonarQube Server. The connection works correctly, and there are no reported issues related to Dart in the IDE.
However, on the SonarQube Server, we can see numerous Dart-related issues for the project, but these issues do not appear in the SonarQube for IDE view. Issues for other languages (for example, Python) are displayed correctly, but Dart issues are missing.
It seems we may be missing some configuration, such as rule activation or additional setup for Dart support. We would appreciate your guidance on what might be missing or misconfigured.