Navigation & Routing
Navigation patterns, routing strategies, and navigation packages
4
Easy Questions
4
Medium Questions
1
Hard Questions
Easy Questions (4)
What is the use of WillPopScope?
navigationwillpopscopepopscopeandroidback-button
What is the difference between go and push in go-router?
routego_routernavigationrouting
How do you pass data between screens in Flutter?
navigationdata-passingroutingarguments
What is the purpose of the Navigator class in Flutter?
navigationnavigatorroutingscreens
Medium Questions (4)
why you choose go router then the navigator 2.0 ? what are all the additional functionality go router have then the navigator 2.0 ?
routego_routernavigatornavigation
Navigation architech for this 3 screens in correct order -> auth , onboarding , home screen ?
navigationauthenticationonboardingroutingarchitecture
What is the difference between Navigator and Router in Flutter?
flutternavigationroutingnavigatorrouter
Hard Questions (1)
How do you implement a custom transition between screens in flutter?
navigationanimationtransitionspage-route