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
- Host: GitHub
- URL: https://github.com/vaetas/gorouter_bottom_navigation
- Owner: vaetas
- Created: 2022-05-28T17:41:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T17:44:07.000Z (almost 4 years ago)
- Last Synced: 2025-10-22T05:48:22.200Z (6 months ago)
- Topics: dart, flutter, flutter-examples, gorouter
- Language: C++
- Homepage:
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.