Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 910 Bytes

File metadata and controls

20 lines (11 loc) · 910 Bytes

Flutter Type-Safe Navigation: GoRouter vs AutoRoute

A practical comparison of the most popular Flutter packages for type-safe navigation

A Flutter project demonstrating type-safe navigation in Flutter by comparing AutoRoute and GoRouter.

How to use this repository

Each package is implemented on its own branch:

View the AutoRoute Branch

View the GoRouter Branch

What does the example contain?

The example app contains a simple tab navigation app with three tabs. Authentication, navigating to details screens, Bloc scoping and deep links are also covered.

Medium Article

To dive deeper into the topic and learn more, feel free to read the Medium article "Flutter Type-Safe Navigation: GoRouter vs AutoRoute".