FlutterBottomBar
1.0.0
这是一个底部导航栏小部件,可以像波浪一样平滑地移动到活动位置,并提供了很多你想要的属性来配置它,封装小而简单,欢迎使用
网页预览
dependencies: wave_bottom_bar: ^1.6.1
bottomNavigationBar: WaveBottomBar( items: BarItem.simpleUse, onTap: (index) { debugPrint("$index"); }, ),