wave_bottom_bar 1.3.0 copy "wave_bottom_bar: ^1.3.0" to clipboard
wave_bottom_bar: ^1.3.0 copied to clipboard

Flutter plugin for bottom navigation bar. Code is little and you can simple to use it.

WaveBottomBar #

This is a bottom navigation bar widget that like a wave can smoothly move to the active position, and provide much attrs to config it which you want, the package is small and simple, welcome to use

Demo #

web Preview

pic

Install

dependencies:
    wave_bottom_bar: ^1.3.0

Simple Usage

    bottomNavigationBar: WaveBottomBar(
        items: BarItem.simpleUse,
        onTap: (index) {
            debugPrint("$index");
        },
    ),
7
likes
0
pub points
23%
popularity

Publisher

unverified uploader

Flutter plugin for bottom navigation bar. Code is little and you can simple to use it.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on wave_bottom_bar