Creating Custom Gestures in Flutter

Learn how to add custom gestures in your Flutter app by working on a fun lock-picking app. By Alejandro Ulate Fallas.

Leave a rating/review
Download materials
Save for later
Share
You are currently viewing page 4 of 4 of this article. Click here to view the first page.

Where to Go From Here?

You can download the completed project files by clicking Download Materials at the top or bottom of the tutorial.

In this tutorial, you took an app that could only recognize single taps and updated it to include double-taps and rotation — great job!

If you want to learn more about design patterns, check out Flutter Design Patterns. It contains good explanations for each one of them.

Want to see what basic and complementary gestures GestureDetector supports? Check out the documentation for a full list of them.

We hope you enjoyed this tutorial. If you have any questions or comments, please join the forum discussion below!