FlutterCmd class

build a flutter command

Inheritance

Constructors

FlutterCmd(List<String> arguments)
Somehow flutter requires runInShell on Linux, does not hurt on windows

Properties

arguments List<String>
Arguments
getter/setter pairinherited
environment Map<String, String>?
Environment
getter/setter pairinherited
executable String
Executable
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
includeParentEnvironment bool
Include parent environment
getter/setter pairinherited
runInShell bool?
Run in shell
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderrEncoding Encoding
Standard error encoding
getter/setter pairinherited
stdoutEncoding Encoding
Standard output encoding
getter/setter pairinherited
workingDirectory String?
Working directory
getter/setter pairinherited

Methods

clone() ProcessCmd
Clone
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited