chip_navigation_bar 0.0.2 copy "chip_navigation_bar: ^0.0.2" to clipboard
chip_navigation_bar: ^0.0.2 copied to clipboard

A customizable chip-style navigation bar for Flutter.

0.0.1 #

Initial Release #

  • Customizable width and height
  • Fade Transition animation

0.0.2 #

Added #

  • Initial implementation of ChipNavigationBar widget.
  • ChipNavigationBar constructor with the following parameters:
    • items: List of ChipNavigationBarItem.
    • currentIndex: Index of the currently selected item.
    • onTap: Callback function when an item is tapped.
    • backgroundColor: Optional background color of the navigation bar.
    • height: Height of the navigation bar, default is 56.0.
    • pageColors: Optional list of colors for each page.
    • width: Optional width of the navigation bar.
4
likes
150
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable chip-style navigation bar for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on chip_navigation_bar