On linux we updated the dart project to hold the setting as to wether impeller is enabled or not. We need to do the same thing for windows. It will happen here following the example of setting the thread policy:
|
void set_ui_thread_policy(UIThreadPolicy policy) { |
On linux we updated the dart project to hold the setting as to wether impeller is enabled or not. We need to do the same thing for windows. It will happen here following the example of setting the thread policy:
flutter/engine/src/flutter/shell/platform/windows/client_wrapper/include/flutter/dart_project.h
Line 120 in 66aaa9a