Somehow flutter requires runInShell on Linux, does not hurt on windows
FlutterCmd(List<String> arguments) : super(flutterExecutablePath!, arguments, runInShell: true);