mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This matches the other platforms who have already done this migration (Android and iOS in 3.32, Windows and MacOS in 3.33). Applications may opt-out of this change by setting the thread policy to unmerged with: ```c fl_dart_project_set_ui_thread_policy(project, FL_UI_THREAD_POLICY_RUN_ON_SEPARATE_THREAD); ``` in `linux/runner/my_application.cc`