Skip to content

Releases: Dimibe/grouped_list

v6.0.0

27 Jun 14:36
91816ed
Compare
Choose a tag to compare

What's Changed

🏕 Features

🐛 Bug Fixes

  • [bugfix] fix RangeError when _sortedElements is empty by @magazmj in #164
  • fix: wrong initial sticky header by @Dimibe in #198

👒 Dependencies

New Contributors

Full Changelog: v5.1.2...v6.0.0

Release 5.1.2

18 Jun 09:43
Compare
Choose a tag to compare

Features:

  • Documentation improvements

Release 5.1.1

18 Jun 09:42
Compare
Choose a tag to compare

Features:

  • Support older dart sdk versions

v5.1.0

28 May 12:05
Compare
Choose a tag to compare
  • Make package backwards compatible to Flutter < 3.0.0
  • Bugfix: package does not modify passed element list anymore

v5.0.1

19 May 04:53
Compare
Choose a tag to compare

Bugfix:

  • Fix lint error

v5.0.0

18 May 20:42
Compare
Choose a tag to compare

Features:

Bugfixes:

v4.2.0

04 Feb 15:15
Compare
Choose a tag to compare

Bugfixes:

v4.1.0

22 Jul 20:03
Compare
Choose a tag to compare

Features:

Bugfixes:

v4.0.0

28 Mar 10:14
Compare
Choose a tag to compare

Null Safety as stable release

v4.0.0-nullsafety.1

22 Nov 16:46
Compare
Choose a tag to compare
v4.0.0-nullsafety.1 Pre-release
Pre-release

Features:

  • Update example to support null safety
  • Add pedantic for code analysis

Bugfixes:

  • Fix bug where removeListener is called on null Issue #64