u_navi_bar 0.0.4
u_navi_bar: ^0.0.4 copied to clipboard
This plugin is a simple and beautiful Material You styled Navigation Bar.
u_navi_bar #
This plugin is a simple and beautiful Material You styled Navigation Bar.
Screenshots #
ThemeMode | Preview |
---|---|
Light Mode | ![]() |
Dark Mode | ![]() |
Usage #
UNaviBar
behaves exactly like BottomNavigationBar
. But the difference is its style and theme which is similar to Material You.
UNaviBar(items: [
UNaviBarItem(context, icon: Icon(Icons.home), label: "Home"),
UNaviBarItem(context, icon: Icon(Icons.settings), label: "Settings"),
]),
Contributing #
If you have read up till here, then 🎉🎉🎉. There are couple of ways in which you can contribute to
the growing community of u_navi_bar.dart
.
- Pick up any issue marked with "good first issue"
- Propose any feature, enhancement
- Report a bug
- Fix a bug
- Write and improve some documentation. Documentation is super critical and its importance cannot be overstated!
- Send in a Pull Request 😊