Top Flutter Routing packages Navigation and routing are some of the core concepts of an Flutter application, which allows the user to move between different routes (pages or screens). For example, an app can have a screen that contains various products. When the user taps on that product, immediately it will display detailed information about that product. In a Flutter app, navigating to different pages defines the workflow of the application, and the way to handle the navigation is known as routing. The complete list of Flutter packages that can help you manage Routing and Navigation, including the latest Navigator 2.0, in your Flutter app is provided below.
go_router
4557
A declarative router for Flutter based on Navigation 2 supporting deep linking, data-driven routes and more
auto_route
2917
AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
beamer
1281
A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
fluro
874
Fluro is a null-safe Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
routemaster
642
Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.
url_strategy
529
Flutter package that allows setting the web app URL strategy with a single line of code.
flow_builder
409
Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API.
vrouter
325
A navigation package that makes navigation and routing easy on every platform. Built on top of Navigator 2.
go_router_builder
211
A builder that supports generated strongly-typed route helpers for package:go_router
qlevar_router
157
A router that helps you to manage your project routes. Create nested routes. navigation without context between your pages.
auto_route_generator
131
AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
sailor
129
Easily manage page navigation/routing in Flutter apps. Add page transition animations, log navigation events.
shelf_router_generator
66
A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations.
navigation_history_observer
62
A Flutter NavigatorObserver that stores a collection of pushed routes history, as well as the popped history.
octopus
54
A cross-platform declarative router for Flutter with a focus on state and nested navigation. Made with ❤️ by PlugFox.
nuvigator
48
A powerful routing abstraction over Flutter navigator, providing some new features and an easy way to define routers.
voyager
28
The widget router and basic dependency injection library for Flutter. Define navigation paths in YAML and power them up with custom plugins.
katana_router
27
A package to automatically create routing configurations with build_runner to enable type-safe routing.
route_observer_mixin
19
RouteObserveMixin provides easy access to didPush/didPop/didPushNext/didPopNext.
no_context_navigation
18
A Flutter package built to navigate between screens (routes) without using context (BuildContext).
nested_navigators
17
Flutter widget for implementing multiple nested navigators with their own route stacks.
navi
16
A simple and easy to learn declarative navigation framework for Flutter, based on Navigator 2.0 (Router).
splash_route
15
It is just a route with fancy animation. It is used to show the splash animation while navigating to another page.
swipe_back_detector
14
A detector to add "swipe to go back" functionality in custom routes or non Cupertino routes.