FlutterDesktopEngineProperties class final

Properties for configuring a Flutter engine instance.

Inheritance

Properties

aot_library_path Pointer<Utf16>
The path to the AOT library file for your application, if any. This can either be an absolute path or a path relative to the directory containing the executable. This can be nullptr for a non-AOT build, as it will be ignored in that case.
getter/setter pair
assets_path Pointer<Utf16>
The path to the flutter_assets folder for the application to be run. This can either be an absolute path or a path relative to the directory containing the executable.
getter/setter pair
dart_entrypoint_argc int
Number of elements in the array passed in as dart_entrypoint_argv.
getter/setter pair
dart_entrypoint_argv Pointer<Pointer<Int8>>
Array of Dart entrypoint arguments. This is deep copied during the call to FlutterDesktopEngineCreate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icu_data_path Pointer<Utf16>
The path to the icudtl.dat file for the version of Flutter you are using. This can either be an absolute path or a path relative to the directory containing the executable.
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited