Intermediate
Flutter
Q69 / 100
What is go_router in Flutter?
Correct! Well done.
Incorrect.
The correct answer is B) An officially recommended declarative routing package with URL-based navigation, deep links, and named routes built on Navigator 2.0
B
Correct Answer
An officially recommended declarative routing package with URL-based navigation, deep links, and named routes built on Navigator 2.0
Explanation
go_router is Flutter's officially recommended routing package. It provides declarative, URL-based navigation built on Navigator 2.0, with named routes, path parameters, query parameters, redirects, and deep linking support.
Progress
69/100