flutter_stacked_navbar 1.0.0 copy "flutter_stacked_navbar: ^1.0.0" to clipboard
flutter_stacked_navbar: ^1.0.0 copied to clipboard

Flutter Stacked Navbar is a customizable and flexible navigation bar for Flutter applications.

Flutter Stacked Navbar #

Flutter Stacked Navbar is a customizable and flexible navigation bar built for Flutter applications, designed to work seamlessly.

📦 Installation #

Add the package to your pubspec.yaml:

dependencies:
  flutter_stacked_navbar: ^1.0.0

🚀 Usage #

StackedNavbar(
  navItems: [
    NavItem(
      title: "Home",
      icon: Icon(Icons.home),
      iconSelected: Icon(Icons.home),
    ),
    NavItem(
      title: "My Visits",
      icon: Icon(Icons.calendar),
      iconSelected: Icon(Icons.calendar),
    ),
  ],
  onTabClicked: (index) {},
  activeNavColor: Colors.blueGrey,
  activeLabelColor: Colors.blueGrey,
  inactiveLabelColor: Colors.black,
)

📸 Preview #

Stacked Navbar


1
likes
150
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Stacked Navbar is a customizable and flexible navigation bar for Flutter applications.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_stacked_navbar