FlutterSdkManager class
singleton class to manage flutter sdk responsible for find the flutter path and initialize the flutter sdk
Constructors
- FlutterSdkManager()
-
factory
Properties
- areCustomDevicesEnabled → bool
-
no setter
- customDeviceConfig → CustomDevicesConfig
-
no setter
- flutterSdkFileSystem → FileSystem
-
get the flutter sdk file system
no setter
- flutterVersion → FlutterVersion
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- icuDataPath → String
-
no setter
- isInitialized → bool
-
no setter
- isLinuxEnabled → bool
-
no setter
- logger → Logger
-
no setter
- platform → Platform
-
no setter
- processManager → ProcessManager
-
no setter
- processRunner → ProcessUtils
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminal → Terminal
-
no setter
Methods
-
initialize(
) → Future< void> - initialize the flutter sdk
-
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