flutter_rolling_nav_bar:有趣且可自定义的Flutter底部导航栏

时间:2024-05-29 22:59:20
【文件属性】:

文件名称:flutter_rolling_nav_bar:有趣且可自定义的Flutter底部导航栏

文件大小:4.09MB

文件格式:ZIP

更新时间:2024-05-29 22:59:20

Dart

Rolling_nav_bar 底部导航栏,其布局受此启发,并具有大量可自定义的动画,颜色和形状。 入门 首先,将RollingNavBar放在Scaffold的bottomNavigationCar插槽中,并包裹在提供最大高度的小部件中。 例如: Scaffold ( bottomNavigationBar : Container ( height : 95 , child : RollingNavBar ( // nav items ), ) ); 或者,您可以直接使用Stack放置它: Scaffold ( body : Stack ( children : < Widget> [ Positioned ( bottom : 0 , height : 95 ,


【文件预览】:
flutter_rolling_nav_bar-master
----.gitignore(2KB)
----pubspec.lock(4KB)
----pubspec.yaml(388B)
----README.md(7KB)
----CONTRIBUTORS.md(35B)
----CHANGELOG.md(1KB)
----test()
--------stateful_test_widget.dart(1KB)
--------rolling_nav_bar_test.dart(5KB)
--------clicks_test.dart(2KB)
----.metadata(309B)
----LICENSE(1KB)
----example()
--------ios()
--------.gitignore(615B)
--------pubspec.lock(4KB)
--------pubspec.yaml(3KB)
--------README.md(537B)
--------android()
--------.metadata(305B)
--------lib()
----doc()
--------assets()
----lib()
--------indexed.dart(684B)
--------rolling_nav_bar.dart(27KB)

网友评论