-
Notifications
You must be signed in to change notification settings - Fork 97
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
Dialogs cannot close when pressing device back button #194
Comments
Same issue here. It completely messes up dialog boxes and any packages that use dialog boxes. I was using flutterwave for payments and it was a mess. The payments system crashed so much, i had to remove this really cool feedback system i had gronw to love. |
I have the exact same bug, (according to my research) It was introduced in 2.1.0 with the feature: THE ONLY SOLUTION for my was to use the version 2.0.0. In this version the plugin work perfect 👍 |
Similar to #205 |
hi @mubiru-simeon, and specially @mrgzi, the initial creator of the issue, the PR that solves this bug is finally merged (#293), if you want test it again with the latest version (3.1.0) to make sure and in case the bug is not reproduced any more, feel free to close this issue |
Version
2.4.1
Library
feedback
Flutter channel
stable
Flutter version
2.10.4
Platform
Android
Details
I don't know what is the exact reason, I realize when using this package, dialogs doesn't close when pressing the back button. Instead of closing dialog, its navigating to the previous screen.
Steps to reproduce
Output of
flutter doctor -v
The text was updated successfully, but these errors were encountered: