Skip to content
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

Clicking on back button while using BottomSheet #16

Closed
marianoarga opened this issue Sep 9, 2019 · 3 comments
Closed

Clicking on back button while using BottomSheet #16

marianoarga opened this issue Sep 9, 2019 · 3 comments

Comments

@marianoarga
Copy link

Clicking on back button does not dismiss the showCase, it remains as strange layout when using on a BottomSheet

@marianoarga
Copy link
Author

Fixed awaiting for the bottomSheetController closed future:

await bottomSheetController.closed.then((_){
  ShowCaseWidget.dismiss(context);
});

@marianoarga marianoarga changed the title Clicking on back button Clicking on back button while using BottomSheet Sep 9, 2019
@simform-solutions
Copy link
Collaborator

hi @marianoarga is it fixed or not ? btw thanks for using this.

@marianoarga
Copy link
Author

@SimformSolutions Yes, got fixed with the code I shared, you can close this issue now.
Thank you for coding it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants