FlutterBottomBar
1.0.0
這是一個底部導航列小部件,可以像波浪一樣平滑地移動到活動位置,並提供了很多你想要的屬性來配置它,封裝小而簡單,歡迎使用
網頁預覽
dependencies: wave_bottom_bar: ^1.6.1
bottomNavigationBar: WaveBottomBar( items: BarItem.simpleUse, onTap: (index) { debugPrint("$index"); }, ),