FlutterCmd constructor

FlutterCmd(
  1. List<String> arguments
)

Somehow flutter requires runInShell on Linux, does not hurt on windows

Implementation

FlutterCmd(List<String> arguments)
    : super(flutterExecutablePath!, arguments, runInShell: true);