mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
After running a widget test, we now clear out the widget tree and check that we didn't leak any timers or animations. Also, fix several bugs that this addtional check revealed. Fixes #2481