SimformSolutionsPvtLtd / flutter_showcaseview

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
https://pub.dev/packages/showcaseview
MIT License
1.48k stars 433 forks source link

Click on the text #460

Closed mbfakourii closed 6 days ago

mbfakourii commented 2 months ago

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

pawanbangar commented 1 month ago

@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.

aditya-chavda commented 6 days ago

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!

mbfakourii commented 6 days ago

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