https://github.com/amirbayat0/flutter-persistent-bottom-navigation-bar-nested-routes
This repository demonstrates how to create a persistent bottom navigation bar in your Flutter app, ensuring consistency across different pages without relying on external packages. It also implements nested routes and navigation, offering the most straightforward approach.
https://github.com/amirbayat0/flutter-persistent-bottom-navigation-bar-nested-routes
dart flutter flutter-app flutter-apps flutter-bnb flutter-bottom-app-bar flutter-bottom-navigation flutter-bottom-navigation-bar flutter-examples flutter-navigation flutter-nested-navigation flutter-router flutter-routes flutter-ui-app navigator2 navigatot
Last synced: 5 months ago
JSON representation
This repository demonstrates how to create a persistent bottom navigation bar in your Flutter app, ensuring consistency across different pages without relying on external packages. It also implements nested routes and navigation, offering the most straightforward approach.
- Host: GitHub
- URL: https://github.com/amirbayat0/flutter-persistent-bottom-navigation-bar-nested-routes
- Owner: AmirBayat0
- License: mit
- Created: 2024-04-04T11:29:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T15:47:22.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:08:11.491Z (7 months ago)
- Topics: dart, flutter, flutter-app, flutter-apps, flutter-bnb, flutter-bottom-app-bar, flutter-bottom-navigation, flutter-bottom-navigation-bar, flutter-examples, flutter-navigation, flutter-nested-navigation, flutter-router, flutter-routes, flutter-ui-app, navigator2, navigatot
- Language: Dart
- Homepage: https://youtu.be/ZqkVQ7TKJ2Y
- Size: 49.8 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Persistent Bottom Navigation Bar, Nested Navigation and Routing in Flutter, keep Bottom Nav Bar across page routes
### [Watch on YouTube](youtu.be/ZqkVQ7TKJ2Y)
## Features:
- Persistent Bottom Navigation Bar: Maintain a consistent navigation experience across various pages within your Flutter app.
- No External Packages Required: Achieve navigation consistency without dependencies on external packages, ensuring better control and reliability.
- Nested Routes and Navigation: Implement nested routes and navigation seamlessly, enhancing user experience and app navigation flow.You can explore the code to understand the implementation of the persistent bottom navigation bar and nested routes.
Integrate the provided code snippets into your Flutter project for consistent navigation and enhanced user experience.
## Preview
## This link allows you to support me, and I appreciate your help:
* [SUPPORT](https://www.buymeacoffee.com/AmirBayat)### My Socials:
* [INSTAGRAM](https://www.instagram.com/codewithflexz)
* [YOUTUBE]( https://www.youtube.com/c/ProgrammingWithFlexZ)
* [CONTACT ME](https://[email protected])
* [FIND MORE](https://zaap.bio/CodeWithFlexz)### License:
* This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for your projects.### Acknowledgements:
- Special thanks to the Flutter community for their valuable contributions and insights into Flutter app development.