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

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.

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/#/)