Bottom Navigation Bar

Tutorial 6  – Flutter Bottom Navigation Bar implementation using titled_navigation_bar Library

Tutorial 6 – Flutter Bottom Navigation Bar implementation using titled_navigation_bar Library

This is the 6th tutorial of the Flutter Bottom Navigation Series. Till then we have learned how to make bottom navigation bar on any app using flutter’s own package and third party packages. Hope you are learning new things from every tutorial and making awesome flutter apps. Flutter development is now becoming a new trend…

Tutorial 5  – Flutter Bottom Navigation Bar implementation using curved_navigation_bar Library

Tutorial 5 – Flutter Bottom Navigation Bar implementation using curved_navigation_bar Library

This is the 5th tutorial of the Flutter Bottom Navigation Series. Till then we have learned how to make bottom navigation bar on any app using flutter’s own package and third party packages. Hope you are learning new things from every tutorial and making awesome flutter apps. Flutter development is now becoming a new trend…

Tutorial 2 – Flutter Bottom Navigation Bar implementation using FFNavigationBar Library

Tutorial 2 – Flutter Bottom Navigation Bar implementation using FFNavigationBar Library

We are going to learn how to make a flutter bottom navigation bar using a third party library Flutter-FFNavigationBar , we will see implementation and other available options in the library. In our previous tutorial we had made a bottom navigation bar using the flutter own classes.  Flutter-FFNavigationBar is very easy to implement,If you want…

Tutorial 4  – Flutter Bottom Navigation Bar implementation using bubbled_navigation_bar Library

Tutorial 4 – Flutter Bottom Navigation Bar implementation using bubbled_navigation_bar Library

Flutter is expanding day by day. We can see lot of awesome things are happening in flutter app development community. We are learning how to make awesome bottom navigation bars in flutter. This the the 4th tutorial of this series or we can say this the 4th library we are using to make bottom navigation…

Tutorial 3 – Flutter Bottom Navigation Bar implementation using bottom_navy_bar Library

Tutorial 3 – Flutter Bottom Navigation Bar implementation using bottom_navy_bar Library

Learning flutter development is fun, with this awesome platform we can make any kind of flutter app. In this tutorial we will make bottom navigation bar using another library named as bottom_navy_bar: any . In previous tutorial we had done same with ff_navigation_bar: any. After reading previous articles now we have a good understand about…

Tutorial 1 – Flutter Bottom Navigation Bar

Tutorial 1 – Flutter Bottom Navigation Bar

This is the first post of the Flutter Bottom Navigation Bar series, I will share examples of bottom navigation bars from simple to advanced using flutter library and third-party libraries. I am not going to cover any basics of Flutter Development as I am assuming that you are already familiar with Stateless/Stateful Widgets, Scaffold, Appbar…