Closed Stevensie95 closed 2 years ago
Hi @Stevensie95,
I am very glad you liked it. Thanks. for the navigation you cloud use : | Navigator | QR |
---|---|---|
Navigator.pushReplacement | QR.navigator.replaceLast | |
Navigator.popUntilAndPush | QR.navigator.popUntilOrPush + QR.to | |
Navigator.popUntil | QR.navigator.popUntilOrPush |
It's worked, thanks!
First of all, really really thanks for this AMAZING package and it really save my life due to the context-less navigation for navigation 2.0. Would like to ask , is there any way to achieve effect like Navigator.pushReplacement, Navigator.popUntilAndPush, and Navigator.popUntil with current exists function?