flutter_showcaseview
flutter_showcaseview copied to clipboard
Detect user click at any place other than tool tip or target
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.