Skip to content

[linux] Add runtime switch to enable Impeller #186707

Description

@gaaclarke

https://github.com/flutter/flutter/pull/162671/changes added a mechanism for setting the threading policy. We should follow that pattern to add a switch to allow people to opt into impeller.

This should not be implemented until integration tests for impeller linux have been expanded.

g_autoptr(FlDartProject) project = fl_dart_project_new();
fl_dart_project_set_ui_thread_policy(project,
  FL_UI_THREAD_POLICY_RUN_ON_SEPARATE_THREAD);

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions