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