mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The only client of this machinery was AnimationController.fling, but it's easier for that function to just create the simulation it needs directly. Fixes #7216