Responding to Gestures Using GestureDetector widget in Flutter
This article presents an example of how to respond to gestures in Flutter apps using a specific widget — the GestureDetector
. In Flutter, the GestureDetector
widget is not the only way for gesture detection and response. However, this article presents an example using the GestureDetector widget for greeting gestures in Flutter apps.