FlutterProcess class

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

FlutterProcess({required ProcessRunner runner, void log(String) = print})

Properties

hashCode int
The hash code for this object.
no setterinherited
log → void Function(String)
final
runner ProcessRunner
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isFlutterInstalledSync() → void
Verifies that the Flutter CLI is installed and accessible in PATH.
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