flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Detect user click at any place other than tool tip or target

Open cool2apps opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. It is not possible to detect if user clicked at any place (other than tool tip or target) on screen to skip to next showcase. Wrapping showcase widget with GestureDetector does not help.

Describe the solution you'd like There are 2 handlers: onTargetClick and onToolTipClick to detect clicks on target and tool tip. It would be better if there is 3rd handler, for example onCllck or orAnywhereClick to detect clicks other than target and tool tip.

Describe alternatives you've considered none.

Additional context none.

cool2apps avatar Sep 18 '22 13:09 cool2apps