Skip to content

Commit

Permalink
Reorganise the drag related gesture files. (flutter#9487)
Browse files Browse the repository at this point in the history
Move the Drag*Details classes into drag_details.dart.
Move the one-gesture drag recognizers into monodrag.dart.
Move Drag into drag.dart.

Adjust the comments to claim that Drag is used by other things than
MultiDragGestureRecognizer. (Right now this is a lie but it will
hopefully be true soon.)
  • Loading branch information
Hixie committed Apr 21, 2017
1 parent 31b1964 commit a591628
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 478 deletions.
2 changes: 2 additions & 0 deletions packages/flutter/lib/gestures.dart
Expand Up @@ -12,10 +12,12 @@ export 'src/gestures/binding.dart';
export 'src/gestures/constants.dart';
export 'src/gestures/converter.dart';
export 'src/gestures/drag.dart';
export 'src/gestures/drag_details.dart';
export 'src/gestures/events.dart';
export 'src/gestures/hit_test.dart';
export 'src/gestures/long_press.dart';
export 'src/gestures/lsq_solver.dart';
export 'src/gestures/monodrag.dart';
export 'src/gestures/multidrag.dart';
export 'src/gestures/multitap.dart';
export 'src/gestures/pointer_router.dart';
Expand Down

0 comments on commit a591628

Please sign in to comment.