mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
c7ab033f9e
This allows applications to start a Flutter engine instance during app startup and keep it running throughout the app process' lifetime. FlutterActivity subclasses can override createFlutterNativeView to provide a preinitialized FlutterNativeView instance and override retainFlutterNativeView to signal that the FlutterNativeView should be kept alive when the activity is destroyed.