Pawan Bangar

Results 3 comments of Pawan Bangar

make sure to wrap your startShowcase code inside ` WidgetsBinding.instance.addPostFrameCallback((_) { //. your code })` this error generally happens when widget is not ready

@RaymondGsc it might have caused by https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/412 fix PR @aditya-css

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