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.

0
1 comment
 Runtime.getRuntime().exec("flutter --version") 
0

Please sign in to leave a comment.