FlutterDevServer class

Communicates with Flutter's development server to trigger hot reload

Constructors

FlutterDevServer.new({String host = _defaultHost, int port = _defaultPort})

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
final
port int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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