mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The AnimationGenerator didn't always generate the |end| value because of floating point rounding. This CL causes it to always generate |end| at the end. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/983893002