← All projects

Flutter-awesome-bottom-navigation-bar

by @Hmida71

21

Fast code and awesome design-ui for flutter navigation bar

About this project

Flutter-awesome-bottom-navigation-bar 🐱‍👤 Fast code and awesome design-ui for flutter navigation bar 🔥 Getting Started # First you need to add flashytabbar 0.0.3 in the dependency at pubspec.yaml: dependencies: ... flashytabbar: ^0.0.3 Basic Usage # Add this inside your main.dart or your page ! bottomNavigationBar: FlashyTabBar( selectedIndex: selectedIndex, showElevation: true, onItemSelected: (index) => setState(() { selectedIndex = index; }), items: [ FlashyTabBarItem( icon: Icon(Icons.event), title: Text('Events'), ), FlashyTabBarItem( icon: Icon(Icons.search), title: Text('Search'), ), FlashyTabBarItem( icon: Icon(Icons.highlight), title: Text('Highlights'), ), FlashyTabBarItem( icon: Icon(Icons.settings), title: Text('Settings'), ), FlashyTabBarItem( icon: Icon(Icons.settings), title: Text('한국어'), ), ], ), and Add this also in your Class var selectedIndex = 0 ; Note From : flashytabbar in pub.dev !! Note : This flashytabbar Don't Support Null Safety if you need flashytabbar with null Safty install : flashytabbar2 from => pub.dev 🐱‍👤 made with algeria 🖤 by DZ-TM071

From the project README on GitHub

Stars
21
Forks
2
Last push
5 Oct 2021

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/flutter-awesome-bottom-navigation-bar.svg)](https://www.madeinalgeria.dev/projects/flutter-awesome-bottom-navigation-bar)

Related projects