Navigation with Named Routes in Flutter

Instructornader dabit

Share this video with your friends

Send Tweet

In this lesson, we'll learn how to specify a configuration object containing all of the routes for our application & navigate between them in a Flutter application.

Hakan Karaduman
~ 5 years ago

Hi Nader, thanks for the lessons.

Is there a way to open a new route but remove the previous one from the navigator stack? So when the user clicks back, or if we call .pop on the current context, it goes back to the second previous screen.

Thanks