EmbedderProvider class abstract
EmbedderProvider is an abstract class that provides the embedder which is responsible to execute the flutter app
The embedder can be the official Flutter Linux embedder or a custom embedders like Flutter-pi or ivi-homescreen
- Implementers
Constructors
- EmbedderProvider({required DeviceConfigContext context, required RemoteControllerService remoteControllerService})
-
const
- EmbedderProvider.create(FlutterEmbedder embedder, DeviceConfigContext context, RemoteControllerService remoteControllerService)
-
factory
Properties
- context → DeviceConfigContext
-
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
provideEmbedderPath(
) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited