1. 11 Feb, 2016 1 commit
    • Hixie's avatar
      Provide a Draggable that starts on drag · 8e279f32
      Hixie authored
      This lets it cooperate with other gestures like tap.
      
      The way I implemented this was to refactor the entire Draggable gesture
      logic to use a new kind of gesture detector called
      MultiDragGestureRecognizer. It works a bit like
      MultiTapGestureRecognizer but for drags.
      
      Also some tweaks to the velocity estimator.
      8e279f32
  2. 14 Dec, 2015 1 commit
  3. 03 Nov, 2015 2 commits
  4. 02 Nov, 2015 1 commit
  5. 27 Oct, 2015 1 commit
  6. 13 Oct, 2015 1 commit
  7. 03 Oct, 2015 1 commit
  8. 27 Sep, 2015 1 commit
  9. 18 Sep, 2015 1 commit
  10. 17 Sep, 2015 1 commit
    • Adam Barth's avatar
      Create gestures.dart · 41b8ffd6
      Adam Barth authored
      This patch is part of a sequence of patches towards fewer top-level libraries.
      In this patch, the gesture libraries are combined into one gestures.dart
      library.
      41b8ffd6