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

Get.until & Get.offAllNamed Not Working when pressing back from browser #31

Open
skylastn opened this issue Jun 30, 2024 · 0 comments
Open
Assignees

Comments

@skylastn
Copy link

skylastn commented Jun 30, 2024

Get.until((value) {
Get.log(
'run until : ${Get.currentRoute} == /example (${Get.currentRoute == '/example'})',
);
return Get.currentRoute == '/example';
});
i try to use Get.until when I trigger by a onclick button, but nothing happened.

When i use Get.offAllNamed(myroute); , its not closing my controller , and print like this
[Refreshed] GetInformationParser: route location: /home?tab=1
[Refreshed] GOING TO ROUTE /myroute

@skylastn skylastn changed the title Get.until not Working Get.until & Get.offAllNamed Not Working when pressing from browser Jul 15, 2024
@skylastn skylastn changed the title Get.until & Get.offAllNamed Not Working when pressing from browser Get.until & Get.offAllNamed Not Working when pressing back from browser Jul 15, 2024
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