Releases: Dimibe/sticky_grouped_list
Releases · Dimibe/sticky_grouped_list
v3.1.0
Features:
- Support for jump/scroll to element
- Fix initialScrollIndex
- Expose ItemPositionsListener
v3.0.0
Features:
- Dart 2.17.0
- Flutter lints and refactorings
v2.0.0
New Features:
- Support Sound Null-Safety
- Update dependencies
v1.2.0
New features:
- Custom sorting. Added two new options groupComparator and itemComparatorwhich can be used for comparison between two groups and items. If used the functions will be used for sorting the list.
v1.1.0
New features:
- The background color of the sticky header is now customizable (only if floatingHeaders option is not used).