mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Looks like I did not need this flag since flutter_portal pinned flutter version to 3.10 in their presubmits. I'll create a g3 fix for this since there're only a handful of scuba failures. Also a g3 test revealed a problem with calling `renderObject.markNeedsLayout` directly. It has to be deferred so the render tree is clean during the idle phase and the postFrameCallback phase.