holding_gesture 1.2.0 holding_gesture: ^1.2.0 copied to clipboard
A customized GestureDetector that acts on holding a determined Widget.
1.2.0 #
- Updates Flutter and Dart requirements
1.1.0 #
- Added
HoldTimeoutGestureRecognizer
andHoldTimeoutDetector
.
1.0.0 #
- Bumped to stable release.
[1.0.0-dev] - 2021-02-23 #
- Updated to support null-safety.
[0.0.3] - 2019-05-14 #
- Fixed bug that caused the callback to keep being called when holding for too long, thanks to @IhorKlimov
[0.0.2] - 2018-09-13 #
- Updated README and example to keep in line with Flutter's default app.
[0.0.1] - 2018-09-13 #
- First version.