Ecosyste.ms: Awesome
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 7 hours ago
JSON representation
Flutter gesture detectors
- Host: GitHub
- URL: https://github.com/spkersten/flutter_gestures
- Owner: spkersten
- License: bsd-3-clause
- Created: 2021-06-05T14:40:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T14:47:30.000Z (over 3 years ago)
- Last Synced: 2024-03-21T11:50:25.682Z (8 months ago)
- Topics: flutter, gesture-detection, gesture-recognition, gestures
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_gestures
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)