FlutterDevServer class
Communicates with Flutter's development server to trigger hot reload
Constructors
- FlutterDevServer.new({String host = _defaultHost, int port = _defaultPort})
Properties
Methods
-
getServerStatus(
) → Future< Map< String, dynamic> ?> - Get Flutter development server status
-
isServerRunning(
) → Future< bool> - Check if Flutter development server is running
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
triggerHotReload(
) → Future< bool> - Trigger hot reload via Flutter's development server
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited