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
The issue can be reproduced in this repo https://github.com/chirastefan/getx-sandbox Steps:
flutter pub get
Expect: only close the dialog. Actual: it closes the dialog and also goes to the root.
GetX routing log:
[GETX] GOING TO ROUTE /second [GETX] OPEN DIALOG 860261192 [GETX] CLOSE DIALOG 860261192 [GETX] CLOSE TO ROUTE /second
The text was updated successfully, but these errors were encountered:
#977 (comment) I think it's the old bug but the dev didn't care about. For workaround, use Get.back() instead of Get.back(closeOverlays: true).
Get.back()
Get.back(closeOverlays: true)
Sorry, something went wrong.
jonataslaw
No branches or pull requests
The issue can be reproduced in this repo https://github.com/chirastefan/getx-sandbox
Steps:
flutter pub get
Expect: only close the dialog.
Actual: it closes the dialog and also goes to the root.
GetX routing log:
The text was updated successfully, but these errors were encountered: