Could not startup process 'flutter analyze' when scanning the flutter language with a scanner

If you scan the flutter language with a scanner, Could not startup process ‘flutter analyze’.

When scanning other languages, it works normally. The error occurs only when scanning the flutter language. I installed flutter sdk and set the path.

Is there any way to solve this?

The error is as follows:
Running ‘flutter analyze’…
ERROR org.buildobjects.process.StartupException: Could not startup process ‘flutter analyze’.
java.io.IOException: org.buildobjects.process.StartupException: Could not startup process ‘flutter analyze’.
at fr.insideapp.sonarqube.dart.lang.issues.dartanalyzer.DartAnalyzerSensor.getIssuesFromAnalyzer(DartAnalyzerSensor.java:137)
at fr.insideapp.sonarqube.dart.lang.issues.dartanalyzer.DartAnalyzerSensor.recordIssuesFromAnalyzer(DartAnalyzerSensor.java:117)
at fr.insideapp.sonarqube.dart.lang.issues.dartanalyzer.DartAnalyzerSensor.execute(DartAnalyzerSensor.java:103)
at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:64)
at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:88)

Hey there.

It looks like you’re using GitHub - insideapp-oss/sonar-flutter: SonarQube plugin for Flutter / Dart, which means you should raise an issue on their Github repository.