flutter/examples
Adam Barth de7f898442 Cleanup events related to material splashes
This CL is a warmup for using a more sophisticated gesture disambiguation.

1) Use gesturetap instead of click. We should probably remove click events
   because folks should use gesturetap to integrate with the gesture system.

2) Handle the case where you swipe the drawer during an animation. Previously
   we had an assert which triggered in some multitouch scenarios. We'll
   eventually move this over to gestureswipe.

3) Remove an extra container for ink splashes. There's no need to group all the
   ink splashes in a container. They can all just be children of the Material
   component itself. This structure is left over from when Material was a base
   class.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1013713005
2015-03-16 20:53:55 -07:00
..
color Remove some more Sky examples that don't run 2015-03-05 10:52:29 -08:00
custom-element Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
data stocks and stocks-fn should share the stocks data 2015-03-05 09:56:51 -08:00
flights Remove more scrolling code from Sky 2015-01-27 15:20:14 -08:00
fn Update README.md 2015-03-12 20:36:24 -07:00
input Move material Input component into sky/framework 2015-03-10 15:03:10 -07:00
scrolling Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
stocks Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
stocks-fn Cleanup events related to material splashes 2015-03-16 20:53:55 -07:00
terminal Terminal: Add support for (and "fix") backspace. 2015-03-11 16:54:17 -07:00
widgets Move sky-*.sky into framework/elements 2015-03-11 13:50:09 -07:00
widgets-fn Update Button to be made of Material 2015-03-11 14:20:11 -07:00
home.sky Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url 2015-01-08 10:19:52 -08:00
spinning-square.sky Fix spinning-square to spin again. 2015-02-20 10:28:03 -08:00
touch-demo.sky Use double rather than float 2015-03-02 13:11:05 -08:00