mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 03:09:43 +08:00
We were using an Offset, which represented pixels/second, but it wasn't clear to clients whether that was pixels/ms. Now we use a Velocity class that is explict about the units. Fixes #1510 Fixes #785