Skip to content

🔥🔥🔥👍 anim wave bottom navigation bar, simple to use

License

Notifications You must be signed in to change notification settings

wenchaosong/FlutterBottomBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

gif show

pic show

Install

dependencies:
    wave_bottom_bar: ^1.6.1

Simple Usage

    bottomNavigationBar: WaveBottomBar(
        items: BarItem.simpleUse,
        onTap: (index) {
            debugPrint("$index");
        },
    ),