...

/

Challenge: Handling Gestures

Challenge: Handling Gestures

Test your understanding of handling user interactivity within your Flutter app.

Goal

Use the GestureDetector widget and other widgets’ callbacks to detect gestures made by users.

Specs

  1. When the user presses the FloatingActionButton, the following screen is displayed:
  1. When the user taps on the close icon on the screen above, the following screen is displayed:
  1. Long pressing the first contact in the list
...