sweet_nav_bar 1.0.3 copy "sweet_nav_bar: ^1.0.3" to clipboard
sweet_nav_bar: ^1.0.3 copied to clipboard

outdated

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

pub package 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.


package photo

Usage #

Here is How to use it, You can find Package API

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;
          });
        },
      ),
10
likes
0
pub points
77%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sweet_nav_bar