mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds a flag to create non-resizeable windows. Since the number of parameters is getting awkward, extracts window-related parameters and engine-related parameters into structs for clarity. This also removes some duplication in method signatures. The window parameters struct change is also made to the C++ wrapper, making this a breaking change for the runners. Fixes https://github.com/flutter/flutter/issues/37623