We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking on back button does not dismiss the showCase, it remains as strange layout when using on a BottomSheet
The text was updated successfully, but these errors were encountered:
Fixed awaiting for the bottomSheetController closed future:
await bottomSheetController.closed.then((_){ ShowCaseWidget.dismiss(context); });
Sorry, something went wrong.
hi @marianoarga is it fixed or not ? btw thanks for using this.
@SimformSolutions Yes, got fixed with the code I shared, you can close this issue now. Thank you for coding it :)
No branches or pull requests
Clicking on back button does not dismiss the showCase, it remains as strange layout when using on a BottomSheet
The text was updated successfully, but these errors were encountered: