mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Currently there's no good way of synchronizing layout changes with children in Mozart. Previously we flickered when we were out of sync with our child. Now we jank instead because that's a more acceptable artifact while we work on improving Mozart. Fixes https://github.com/flutter/flutter/issues/3024