mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
Add the missing `Directionality` widget and `await test.pump()` call: commit: 0fd7712fa7
Without the `pump` 1s, it sometimes schedules multiple `handleBeginFrame`s and `handleDrawFrame`s.