An open API service indexing awesome lists of open source software.

https://github.com/spkersten/flutter_gestures

Flutter gesture detectors
https://github.com/spkersten/flutter_gestures

flutter gesture-detection gesture-recognition gestures

Last synced: about 1 month ago
JSON representation

Flutter gesture detectors

Awesome Lists containing this project

README

          

# flutter_gestures

Flutter gesture detectors.

## DoubleTapDragGestureDetector

A recognizer of a gesture that starts with a double tap and hold, where the second tap can be dragged.

![example](doc/double-tap-drag.gif)