Another exception was thrown: Exception: Please provide ShowCaseView context #281
-
Another exception was thrown: Exception: Please provide ShowCaseView context |
Beta Was this translation helpful? Give feedback.
Answered by
Sahil-Simform
Apr 14, 2025
Replies: 1 comment
-
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(),
), |
Beta Was this translation helpful? Give feedback.
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
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.