scroll_drag_detector 0.0.2
scroll_drag_detector: ^0.0.2 copied to clipboard
A drag gesture detector that can deal with scroll views inside of it.
Scroll Drag Detector #
A special version of GestureDetector
that picks up overscrolling ScrollViews inside of it.
Unlocks easy draggable scrollable sheets in Flutter.
Installation 💻 #
❗ In order to start using Scroll Drag Detector you must have the Dart SDK installed on your machine.
Or install via dart pub
:
dart pub add scroll_drag_detector