Releases: Dimibe/grouped_list
Releases · Dimibe/grouped_list
v3.7.0
New features:
- Add new options from ListView.
Bug fixes:
reverse
option works with empty list
v3.6.0
New features:
- Add
reverse
option from list_view.
v3.5.0
New features:
- #59: Custom sorting. Added two new options
groupComparator
and itemComparator
which can be used for comparison between two groups and items. If used the functions will be used for sorting the list.
v3.4.0
New Features:
- New option
groupHeaderBuilder
: Same as groupSeparatorBuilder
but will get the whole element instead of just the groupBy value.
- New option
stickyHeaderBackgroundColor
: If useStickyGroupSeparators
used a custom background color can be set.