Skip to content

lcouturier/GoRouter-Flutter-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter-GoRouter

This is an example app showing how to implement bottom navigation with nested routes using GoRouter & Cubit

Requirements

Notes

This example is built using GoRouter 5.2.4. Navigating bottom navbar screens with go router. Instead of using buildBody and currentIndex for routing, we’ll be using go router to navigate between screens.

Screenshot 1 Screenshot 2 Screenshot 3

Why GoRouter?

Reason being it’s now under the wing of official Flutter packages and not to mention its simplicity and good documentation.

For scenarios like this GoRouter has a new type of route called ShellRoute. ShellRoute is a route that displays a UI shell around the route. You’ll instinctively understand about shellRoute once you view this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published