Mateusz Wojtczak
matiwojt.bsky.social
Mateusz Wojtczak
@matiwojt.bsky.social
Patrolling Flutter apps @ LeanCode
Flutter & Dart GDE
Yeah, so a Flutter finder finds a widget that's in the widget tree but it doesn't mean neither it's on-screen nor it's "clickable".

What you actually need to tap is that the widget has to be `hitTestable()`.

Use `patrol_finders` or `spot` to do that automatically. :)

pub.dev/documentatio...
tap method - PatrolFinder class - patrol_finders library - Dart API
API docs for the tap method from the PatrolFinder class, for the Dart programming language.
pub.dev
December 12, 2024 at 9:17 AM