https://github.com/slovnicki/bottom_navigation_bloc
A simple Flutter application demonstrating usage of BottomNavigationBar with BLoC pattern.
https://github.com/slovnicki/bottom_navigation_bloc
bloc blocpattern bottom-navigation bottomnavigationbar example-project flutter flutter-app flutter-demo flutter-examples flutterbloc how-to navigationbar
Last synced: 9 months ago
JSON representation
A simple Flutter application demonstrating usage of BottomNavigationBar with BLoC pattern.
- Host: GitHub
- URL: https://github.com/slovnicki/bottom_navigation_bloc
- Owner: slovnicki
- Created: 2019-07-22T18:28:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T13:24:40.000Z (over 5 years ago)
- Last Synced: 2025-04-23T03:32:38.653Z (about 1 year ago)
- Topics: bloc, blocpattern, bottom-navigation, bottomnavigationbar, example-project, flutter, flutter-app, flutter-demo, flutter-examples, flutterbloc, how-to, navigationbar
- Language: Dart
- Size: 402 KB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bottom Navigation with BLoC
A simple Flutter application demonstrating usage of `BottomNavigationBar` with **BLoC** design pattern. You can read a step-by-step guide on building this app [here](https://medium.com/@lovnicki.sandro/flutter-bottomnavigationbar-with-bloc-pattern-bba6f13d49f3)
## Getting Started
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
### BLoC (Business Logic Component)
- [bloc and flutter_bloc package documentation](https://felangel.github.io/bloc/#/)