tuanis_sidebar 0.3.4
tuanis_sidebar: ^0.3.4 copied to clipboard
Easily create sidebars specially for web, but can be integrated as a drawer in a mobile app. Allows nested items and divide items by sections.
0.0.1 #
- Initial release - basic sidebar
0.0.2 #
- added vertical scroll bars
- ensure all item ids are unique
- ability to choose the colors for everything
0.1.0 #
- nested items (N levels)
- each item now receives a ListTile component to facilite color customizations
- global (apply to all items) color configuration for states like hover, focus, selected.
0.2.0 #
- items can be divided in sections
0.3.0 #
- collapse/expand animation
0.3.1 #
- selectedColor is now required. This fixes https://github.com/ebreness/tuanis_sidebar/issues/1
- some typos were fixed
0.3.2 #
- removed padding around sections
0.3.3 #
- removed margin around sections
0.3.4 #
- removed padding around section borders