• Hans Muller's avatar
    Convert Dismissable to use gestures · 7a42fe34
    Hans Muller authored
    Convert Dismissable to use the ScrollStart, ScrollUpdate, and ScrollEnd gestures. Support for fling gestures is TBD.
    
    Included a basic unit test that checks that one item can be dismissed with a press-drag-release gesture.
    
    Fixed the scroll gesture recognizer: if the last pointer goes up and candidate recognizers still exist, then reject the gesture.
    7a42fe34
Name
Last commit
Last update
..
README.md Loading commit data...
arena.dart Loading commit data...
constants.dart Loading commit data...
long_press.dart Loading commit data...
recognizer.dart Loading commit data...
scroll.dart Loading commit data...
show_press.dart Loading commit data...
tap.dart Loading commit data...