mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Context creation options for each backend were spread across multiple translation units. This makes setting options common across all backends hard to configure. I have moved the creation of such common options into a separate translation unit. Fixes https://github.com/flutter/flutter/issues/84213