Top "Flutter-navigation" questions

For questions relating to navigation methods in Flutter, like the Navigator class.

Passing data between screens in Flutter

As I'm learning Flutter I've come to navigation. I want to pass data between screens similarly to passing data between …

dart flutter flutter-navigation
In a Nested Navigator Structure of Flutter, How do you get the a Specific Navigator?

I have this problem when I have Nested Navigators. So something like, class App extends StatelessWidget { @override Widget build(BuildContext …

flutter flutter-navigation
How to do nested navigation in Flutter

Does anyone have any recommendations for figuring out nested navigation in Flutter? What I want is to keep a persistent …

flutter flutter-navigation
Flutter drawer background image

I wonder if i can use background image instead of color in flutter app drawer header, Is there any way? …

flutter flutter-layout flutter-navigation flutter-appbar flutter-image
Flutter pass argument directly with named routes navigation

I have been looking at all the answers on here to pass arguments when doing named route navigation but they …

flutter flutter-navigation