flutter/dev/benchmarks
Jonah Williams b1d17c914d
Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043)
We've gotten feedback that the VelocityTracker change was disruptive, though it did not break any of the flutter framework or customer tests. In order to make the change non-breaking, PointerDeviceKind parameter can be made optional.

Nevertheless, this parameter should be provided so that the existing touch handlers can use more accurate gestures on mouse/stylus inputs, so we can encourage this by deprecating the default constructor and pointing users towards the VelocityTracker.withKind constructor that takes a non-optional parameter
2020-09-17 15:18:31 -07:00
..
complex_layout Roll packages to fix #66038 (#66052) 2020-09-17 12:28:49 -07:00
macrobenchmarks Roll packages to fix #66038 (#66052) 2020-09-17 12:28:49 -07:00
microbenchmarks Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043) 2020-09-17 15:18:31 -07:00
platform_views_layout Roll packages to fix #66038 (#66052) 2020-09-17 12:28:49 -07:00
platform_views_layout_hybrid_composition Roll packages to fix #66038 (#66052) 2020-09-17 12:28:49 -07:00
test_apps/stocks Updated references to obsolete Material button classes in benchmarks/test_apps/stocks (#65799) 2020-09-14 19:22:06 -07:00