mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously, we would create a simulation whose initial velocity did not match the requested parameters. We now compute the parameters for the simulation in a way that ensures all the math works out. Fixes #8255