FlutterProcess class abstract
Helpers to verify Flutter SDK availability.
Provides a synchronous check that ensures the flutter command is present
and executable in the system PATH before performing Flutter-dependent tasks.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isFlutterInstalledSync(
) → void - Verifies that the Flutter CLI is installed and accessible in PATH.