mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This makes the Windows engine create views. Benefits: 1. This will allow the engine to assign IDs to views as it creates them. This will be added in a subsequent change 2. Previously views needed special logic to not crash if they were used before an engine was attached to them. Now, views are always attached to an engine. Part of https://github.com/flutter/flutter/issues/137267 Part of https://github.com/flutter/flutter/issues/142845 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style