0   reviews on Udemy

Animated Bottom Navy Bar In Flutter

A beautiful and animated bottom navigation. The navigation bar use your current theme, but you are free to customize it.
Course from Udemy
 1 students enrolled
 en
Animated Bottom Navy Bar
Make icons in Bottom Navigation Bar
Create Bottom Navigation Bar

Animated Bottom Navy Bar In Flutter

make animated Bottom Navigation Bar and Add The many Buttons in Flutter

A beautiful and animated bottom navigation. The navigation bar use your current theme, but you are free to customize it.


Basic Usage #

Adding the widget

bottomNavigationBar: BottomNavyBar(

   selectedIndex: _selectedIndex,

   showElevation: true, // use this to remove appBar's elevation

   onItemSelected: (index) => setState(() {

              _selectedIndex = index;

              _pageController.animateToPage(index,

                  duration: Duration(milliseconds: 300), curve: Curves.ease);

    }),

   items: [

     BottomNavyBarItem(

       icon: Icon(Icons.apps),

       title: Text('Home'),

       activeColor: Colors.red,

     ),

     BottomNavyBarItem(

         icon: Icon(Icons.people),

         title: Text('Users'),

         activeColor: Colors.purpleAccent

     ),

     BottomNavyBarItem(

         icon: Icon(Icons.message),

         title: Text('Messages'),

         activeColor: Colors.pink

     ),

     BottomNavyBarItem(

         icon: Icon(Icons.settings),

         title: Text('Settings'),

         activeColor: Colors.blue

     ),

   ],

)

Animated Bottom Navy Bar In Flutter
$ 94.99
per course
Also check at

FAQs About "Animated Bottom Navy Bar In Flutter"

About

Elektev is on a mission to organize educational content on the Internet and make it easily accessible. Elektev provides users with online course details, reviews and prices on courses aggregated from multiple online education providers.
DISCLOSURE: This page may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.

SOCIAL NETWORK