FlutterPiDependencyInstaller class
- Inheritance
-
- Object
- DependencyInstaller
- FlutterPiDependencyInstaller
Constructors
- FlutterPiDependencyInstaller.new({required FlutterSdkManager flutterSdkManager, required RemoteControllerService remoteControllerService})
-
const
Properties
- flutterSdkManager → FlutterSdkManager
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- remoteControllerService → RemoteControllerService
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
install(
) → Future< bool> -
inherited
-
installDependenciesOnHost(
) → Future< bool> -
Install host dependencies that is required to run the app on the remote device.
override
-
installDependenciesOnRemote(
) → Future< bool> -
Install dependencies on the remote device.
override
-
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