Must know Get.offNamedUntil Getx

Channel:
Subscribers:
135,000
Published on ● Video Link: https://www.youtube.com/watch?v=2uNbZNw0XYw



Duration: 3:06
1,683 views
43


Get.offAllNamed() removes all the previous routes and goes to the new routes. But if you want better control, then you should be using Get.offNamedUntil. By using Get.offNamedUntil() you can control upto which routes to remove from the stack.

See the above code, it will take you to a new route name AppIntroductionScreen. OffNamedUntil will remove all the routes from the stack until it finds AppIntroductionScreen.

Once it finds AppIntroductionScreen, it will stop removing routes from the stack.

More about the app here
https://youtu.be/KQcjvDBLcSs

Learn software programming with us step by step. Make money from home by learning programming

Complete e-commerce app
https://youtu.be/7dAt-JMSCVQ

Complete app for beginners
https://youtu.be/71AsYo2q_0Y

Flutter Firebase Chatting App
https://www.dbestech.com/tutorials/flutter-firebase-chatting-app

Firebase complete study app
https://youtu.be/ZSVnIphlGKI

Complete Gym App
https://youtu.be/1ENQHfNB9gM

Traveling App
https://youtu.be/x4DydJKVvQk

Learn to build an android and iOS app
https://youtu.be/svQOxQde0bg

Learn to build a video player app
https://youtu.be/OXQ5ee6p9ZA

Learn to build a website step by step
https://youtu.be/-nRB83GM-8g

Learn to build an ebook app
https://youtu.be/kTrbcb21ENU

Build an audio app step by step
https://youtu.be/CF3Q7YfvH7Q

Twitter @dbestech







Tags:
remove all the previous routes getx
remove some certian routes