Flutter中的3D底部导航栏-JavaScript开发

时间:2024-06-14 19:37:08
【文件属性】:

文件名称:Flutter中的3D底部导航栏-JavaScript开发

文件大小:731KB

文件格式:ZIP

更新时间:2024-06-14 19:37:08

JavaScript Flutter

flip_box_bar由Dannniel [https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]的Dribbble设计启发而来的3D BottomNavigationBar。 演示示例使用//在脚手架中int selectedIndex flip_box_bar 3D BottomNavigationBar受Dannniel的Dribbble设计启发[https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]。 演示示例使用//在脚手架中int selectedIndex = 0; bottomNavigationBar:FlipBoxBar(selectedIndex:索引,项目:[FlipBarItem(图标:Icon(Icons.map),文本:Text(“地图”)),frontColor:Colors.blue,backColor:Colors.blueAccent),FlipBarItem(icon:Icon( Icons.add),te


【文件预览】:
flip_box_bar-master
----.gitignore(133B)
----pubspec.lock(3KB)
----pubspec.yaml(2KB)
----flip_box_bar.iml(982B)
----README.md(3KB)
----CHANGELOG.md(323B)
----android()
--------local.properties(119B)
--------app()
----test()
--------flip_box_bar_test.dart(50B)
----.metadata(309B)
----LICENSE(1KB)
----example()
--------lib()
----demo.gif(737KB)
----lib()
--------src()
--------flip_box_bar.dart(130B)

网友评论