Skip to content

Releases: Dimibe/sticky_grouped_list

v3.1.0

07 Jul 16:15
Compare
Choose a tag to compare

Features:

  • Support for jump/scroll to element
  • Fix initialScrollIndex
  • Expose ItemPositionsListener

v3.0.0

18 Jun 09:35
Compare
Choose a tag to compare

Features:

  • Dart 2.17.0
  • Flutter lints and refactorings

v2.1.0

04 Feb 12:10
Compare
Choose a tag to compare

New Features:

  • Support Shrink Wrap

v2.0.0

04 Feb 12:08
Compare
Choose a tag to compare

New Features:

  • Support Sound Null-Safety
  • Update dependencies

v2.0.0-nullsafety.2

01 Aug 10:59
Compare
Choose a tag to compare
v2.0.0-nullsafety.2 Pre-release
Pre-release

New features:

  • Fixed bugs

v2.0.0-nullsafety.1

01 Aug 11:05
Compare
Choose a tag to compare
v2.0.0-nullsafety.1 Pre-release
Pre-release

Features:

  • Refactor code smells

v2.0.0-nullsafety.0

01 Aug 11:06
Compare
Choose a tag to compare
v2.0.0-nullsafety.0 Pre-release
Pre-release

Features:

  • Sound null-safety

v1.3.0

14 Nov 23:14
Compare
Choose a tag to compare

New features:

  • Update dependencies

v1.2.0

19 Sep 17:10
Compare
Choose a tag to compare

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

06 Sep 08:50
Compare
Choose a tag to compare

New features:

  • The background color of the sticky header is now customizable (only if floatingHeaders option is not used).