-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting NoSuchMethodError #9
Comments
@mikeyyg96 are you passing |
Tried it out, I get the same message. |
This error is thrown if you haven't wrapped your widget with ShowCaseWidget. This is not the problem with the package itself. |
@mikeyyg96 & @ziggycrane |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to add a showcase widget in my app, I get the the NoSuchMethodError.
GlobalKey _swipeKey = GlobalKey();
@override void initState() { super.initState(); WidgetsBinding.instance.addPostFrameCallback((_) =>ShowCaseWidget.startShowCase(context, [_swipeKey]));}
NoSuchMethodError: The getter 'activeWidgetIds' was called on null.
The text was updated successfully, but these errors were encountered: