• C
    Add FlutterEngineRunsAOTCompiledDartCode to the embedder API. (#13319) · 1663ac9e
    Chinmay Garde 提交于
    For embedder code that is configured for both AOT and JIT mode Dart execution
    based on the Flutter engine being linked to, this runtime check may be used to
    appropriately configure the `FlutterProjectArgs`. In JIT mode execution, the
    kernel snapshots must be present in the Flutter assets directory specified in
    the `FlutterProjectArgs`. For AOT execution, the fields `vm_snapshot_data`,
    `vm_snapshot_instructions`, `isolate_snapshot_data` and
    `isolate_snapshot_instructions` (along with their size fields) must be specified
    in `FlutterProjectArgs`.
    1663ac9e
embedder.h 65.8 KB