flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Click on the text

Open mbfakourii opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Nothing happens when the text is clicked

Describe the solution you'd like I want to go to the next when the text is clicked

Describe alternatives you've considered n/a

Additional context image

mbfakourii avatar Jul 04 '24 13:07 mbfakourii

@mbfakourii you need to use onToolTipClick method to customize behaviour of tooltipClicked you can do ShowCaseWidget.of(context).next() in callback to achive your functionality.

pawanbangar avatar Jul 30 '24 15:07 pawanbangar

Hello @mbfakourii, Please refer to solution provided by @pawanbangar above. Feel free to let us know if you run into any issues or need more explanation.

Thanks @pawanbangar for providing correct information!

aditya-chavda avatar Sep 07 '24 14:09 aditya-chavda

Hello @mbfakourii, Please refer to solution provided by @pawanbangar above. Feel free to let us know if you run into any issues or need more explanation.

Thanks @pawanbangar for providing correct information!

Yes, the problem is solved, Thanks

mbfakourii avatar Sep 07 '24 15:09 mbfakourii