How to implement low-level gesture recognition or custom touch interactions in FlutterFlow?

Hi everyone, :waving_hand:

I’m working on a project that requires advanced gesture handling such as:

  • Drawing on the screen (e.g. signature pad or sketch board)
  • Detecting multi-touch gestures (pinch, rotate, custom swipes)
  • Custom gesture tracking like circular movement or diagonal drag
  • Real-time pointer tracking and canvas rendering

I’m aware FlutterFlow supports basic gestures like tap and swipe, but I’m exploring if there’s a way to achieve these low-level or custom touch interactions, either through:

  • Custom widgets
  • Custom functions
  • Custom actions

If anyone has experience with implementing advanced gesture logic within FlutterFlow or has suggestions on tools/workarounds that can help, I’d really appreciate the guidance.

Thanks in advance!

1 Like