You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
skylastn
changed the title
Get.until not Working
Get.until & Get.offAllNamed Not Working when pressing from browser
Jul 15, 2024
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
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
The text was updated successfully, but these errors were encountered: