flutter/packages
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
..
_flutter_web_build_script Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
flutter Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043) 2020-09-17 15:18:31 -07:00
flutter_driver Make parameter optional (#65444) 2020-09-16 16:47:04 -07:00
flutter_goldens Creates a way to test private APIs in the Flutter package. (#65505) 2020-09-13 15:52:03 -07:00
flutter_goldens_client Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
flutter_localizations Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
flutter_test Find text containing in tests (#65072) 2020-09-16 16:32:03 -07:00
flutter_tools Remove FlutterApplication from app templates. (#64742) 2020-09-17 15:17:11 -07:00
flutter_web_plugins [versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
fuchsia_remote_debug_protocol Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
analysis_options.yaml