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
Install
dependencies:
wave_bottom_bar: ^1.6.0
Simple Usage
bottomNavigationBar: WaveBottomBar(
items: BarItem.simpleUse,
onTap: (index) {
debugPrint("$index");
},
),