Aniketkhote / refreshed

Enhanced GetX for Flutter: Stability, Performance, Beginner-Friendly.
https://pub.dev/packages/refreshed
Other
67 stars 7 forks source link

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

Open skylastn opened 4 months ago

skylastn commented 4 months ago

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