FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.76k stars 1.76k forks source link

Show route name in the url #31

Closed mirkancal closed 4 years ago

mirkancal commented 4 years ago

I've added route name with RouteSettings to show route name in the url.

FilledStacks commented 4 years ago

Thanks @mirkancal . I definitely have to start looking into a deep dive into the browser url and how to properly navigate a Flutter app using only that. Hopefully most of the mapping is now automatic with the names added.