An open API service indexing awesome lists of open source software.

https://github.com/vaetas/gorouter_bottom_navigation

Bottom Navigation architecture example using go_router package in Flutter
https://github.com/vaetas/gorouter_bottom_navigation

dart flutter flutter-examples gorouter

Last synced: 14 days ago
JSON representation

Bottom Navigation architecture example using go_router package in Flutter

Awesome Lists containing this project

README

          

# go_router Bottom Navigation Example

Example implementation of Bottom Navigation Architecture using go_router package. Individual tabs
are lazily built and their state is persisted. All currently inactive tabs have their animations
disabled and are wrapped in the `Offstage` Widget.

There is also very simple implementation of user login. This utilizes `riverpod` and redirection
using `go_router`.