sweet_nav_bar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sweet nav bar

This package is to build gradiant and floating Navigation Bar with a few lines of code.
Features #

easy to use
gradiant icon easily
some beautiful animation

Getting started #
To use this package, add sweet_nav_bar as a dependency in your pubspec.yaml file.


Usage #
For more information and customization options, visit the sweet_nav_bar GitHub repository.
bottomNavigationBar: SweetNavBar(
paddingGradientColor: iconLinearGradiant,
currentIndex: cIndex,
paddingBackgroundColor: Colors.red,
items: [
SweetNavBarItem(
sweetActive: const Icon(Icons.home),
sweetIcon: const Icon(
Icons.home_outlined,
),
sweetLabel: 'Home',
iconColors: iconLinearGradiant,
sweetBackground: Colors.red),
SweetNavBarItem(
sweetIcon: const Icon(Icons.business), sweetLabel: 'Business'),
SweetNavBarItem(
sweetIcon: const Icon(Icons.school), sweetLabel: 'School'),
],
onTap: (index) {
setState(() {
cIndex = index;
});
},
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.