flutter/dev/manual_tests
Adam Barth 2d4acb8041 Convert drag gestures to use details objects (#4343)
Previously we supplied individual parameters to the various drag and pan
callbacks. However, that approach isn't extensible because each new
parameter is a breaking change to the API.

This patch makes a one-time breaking change to the API to provide a
"details" object that we can extend over time as we need to expose more
information. The first planned extension is adding enough information to
accurately produce an overscroll glow on Android.
2016-06-02 23:45:49 -07:00
..
android Change the Android activity launch mode to singleTop (#3792) 2016-05-09 09:31:34 -07:00
test Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00
.gitignore Remove //examples/widgets 2016-03-08 16:37:32 -08:00
card_collection.dart Revised Drawer Header (#4160) 2016-05-24 12:31:42 -07:00
drag_and_drop.dart Revert "Rename DefaultTextStyle constructor to explicit (#3920)" (#3930) 2016-05-16 11:08:07 -07:00
fitness_demo.dart Update gallery demo list (#4335) 2016-06-02 16:12:54 -07:00
flutter.yaml Update gallery demo list (#4335) 2016-06-02 16:12:54 -07:00
mozart.dart Convert drag gestures to use details objects (#4343) 2016-06-02 23:45:49 -07:00
overlay_geometry.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
pageable_list.dart Revised Drawer Header (#4160) 2016-05-24 12:31:42 -07:00
pubspec.yaml Update gallery demo list (#4335) 2016-06-02 16:12:54 -07:00
raw_keyboard.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
weather_demo.dart Update gallery demo list (#4335) 2016-06-02 16:12:54 -07:00