Flutter-awesome-bottom-navigation-bar
بواسطة @Hmida71
21
Fast code and awesome design-ui for flutter navigation bar
عن هذا المشروع
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
من ملف README الخاص بالمشروع على GitHub
- النجوم
- 21
- التفريعات
- 2
- آخر تحديث
- 05/10/2021
أضف هذه الشارة إلى ملف README
أظهر أن مشروعك مُدرج على «صُنع في الجزائر».
[](https://www.madeinalgeria.dev/projects/flutter-awesome-bottom-navigation-bar)