Replies: 1 comment 7 replies
-
i think so your dart sdk is not properly defined |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
When I use your plugin to run on some dart/flutter code, I get at some point in the log, the following message:
WARN: Could not determine Dart version from output: '' - defaulting to legacy mode
However, in the same shell, I can run:
dart --version
and get an output (see below),which by the way does not match the regex (on line 235) in AnalyzerExecutable.java.Output:
Dart SDK version: 3.4.3 (stable) (Tue Jun 4 19:51:39 2024 +0000) on "linux_x64"
I am currently running the check on Windows/WSL (this will be a real Linux machine when integrated within our CI/CD tool)
Any idea what is going on?
Best regards
PS: uname retuns "Linux"
Beta Was this translation helpful? Give feedback.
All reactions