bottom_navigation_bloc

A simple Flutter application demonstrating usage of BottomNavigationBar with BLoC pattern.

Stars
25
Committers
2

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

Getting Started

A few resources to get you started if this is your first Flutter project:

BLoC (Business Logic Component)

Related Projects