Package io.flutter.embedding.engine
-
Interface Summary Interface Description FlutterEngine.EngineLifecycleListener Lifecycle callbacks for Flutter engine lifecycle events.FlutterJNI.AccessibilityDelegate Delegate responsible for creating and updating Android-side caches of Flutter's semantics tree and custom accessibility actions.FlutterJNI.AsyncWaitForVsyncDelegate -
Class Summary Class Description FlutterEngine A single Flutter execution environment.FlutterEngineCache Static singleton cache that holdsFlutterEngine
instances identified byString
s.FlutterEngineGroup Represents a collection ofFlutterEngine
s who share resources to allow them to be created faster and with less memory than calling theFlutterEngine
's constructor multiple times.FlutterEngineGroup.Options Options that control how a FlutterEngine should be created.FlutterJNI Interface between Flutter embedding's Java code and Flutter engine's C/C++ code.FlutterJNI.Factory A factory for creatingFlutterJNI
instances.FlutterOverlaySurface FlutterShellArgs Arguments that can be delivered to the Flutter shell when it is created.