mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We should mutate the status of the AnimationController before calling the status callbacks so that we're prepared to be re-entered. Fixes #1911