grouped_list 1.3.0 grouped_list: ^1.3.0 copied to clipboard
A ListView where list items can be grouped into sections. For each section a header can be defined.
[1.0.0] - 13.08.2019 #
- Initial release
[1.1.0] - 14.08.2019 #
- Added example
- Edited readme and package description
[1.2.0] - 15.08.2019 #
- Widget sort the list elements now according the
groupBy
value. Can be switched off through the parametersort
[1.2.1] - 18.08.2019 #
- Improved documentary
[1.3.0] - 10.03.2020 #
- Add
order
option to the widget. With this the sorting of the groups can be reversed.