in intellij plugin Process.exec("flutter --version") error
Answered
when developing intellij plugin , Process.exec("flutter --version"), the result is :( flutter: command not found) ,I have been in the local configuration the flutter,local item run same command success.
Please sign in to leave a comment.
Runtime.getRuntime().exec("flutter --version")