Skip to content

Another exception was thrown: Exception: Please provide ShowCaseView context #281

Closed Answered by Sahil-Simform
xitsumit asked this question in Q&A
Discussion options

You must be logged in to vote

Please ensure that you use the BuildContext provided in the builder of ShowCaseWidget or one of its child widgets to access ShowCaseView, as it relies on the InheritedWidget mechanism.

ShowCaseWidget(
  builder : (context) => Somewidget(),
),

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sahil-Simform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants