-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
There's a slight difference in velocity reported by iOS's pan gesture recognizer's velocityInView vs our own VelocityTracker. Flutter's calculation is ~20% faster.
On Android, the velocity tracker is distinct from the gesture callbacks, but our flings are a bit slower.
Probably better to have a platform agnostic velocity and correct the difference in the friction simulations.
RyanRamchandar and tomgilder
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically