grouped_scroll_view 0.0.8+1 grouped_scroll_view: ^0.0.8+1 copied to clipboard
A package to display a grouped list of items. Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Grouped by headers.
0.0.8+1 #
- Modify the assignment error of _toggleController in GroupedScrollViewWithToggle
0.0.8 #
- add new class GroupedScrollViewWithToggle, toggle separate from the GroupedScrollView.
0.0.7 #
- Supports separatorBuilder in a list
0.0.5 #
- Supports checkbox or radio in a list
- Supports normal list/grid
- Supports custom toggleStyle of selected
0.0.3 #
- update readme.md.
0.0.2 #
- more of the public API has dartdoc comments.
0.0.1 #
- initial release.