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
View Details →CodeResources

What is the difference between go and push in go-router?

routego_routernavigationrouting
View Details →CodeResources

How do you pass data between screens in Flutter?

navigationdata-passingroutingarguments
View Details →CodeResources

What is the purpose of the Navigator class in Flutter?

navigationnavigatorroutingscreens
View Details →CodeResources

Medium Questions (4)

Github Commands (stash , commit , push , pull , local)

git

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
View Details →CodeResources

Navigation architech for this 3 screens in correct order -> auth , onboarding , home screen ?

navigationauthenticationonboardingroutingarchitecture
View Details →CodeResources

What is the difference between Navigator and Router in Flutter?

flutternavigationroutingnavigatorrouter
View Details →CodeResources

Hard Questions (1)

How do you implement a custom transition between screens in flutter?

navigationanimationtransitionspage-route
View Details →CodeResources