Releases: Dimibe/grouped_list
Releases · Dimibe/grouped_list
v6.0.0
What's Changed
🏕 Features
- Feature/distinct key parent child by @kristofb in #171
- Prepare for dart 3 by @Dimibe in #177
- Interdependent items builder by @rafaelsetragni in #175
- Add groupStickyHeaderBuilder by @najibghadri in #126
- added footer widget by @4-alok in #189
- feat: group section style by @Dimibe in #206
🐛 Bug Fixes
- [bugfix] fix RangeError when _sortedElements is empty by @magazmj in #164
- fix: wrong initial sticky header by @Dimibe in #198
👒 Dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #192
- Bump flutter_lints from 2.0.3 to 3.0.1 by @dependabot in #196
- Bump flutter_lints from 3.0.2 to 4.0.0 by @dependabot in #203
- chore(deps): upgrade dependencies by @Dimibe in #205
New Contributors
- @kristofb made their first contribution in #171
- @magazmj made their first contribution in #164
- @rafaelsetragni made their first contribution in #175
- @najibghadri made their first contribution in #126
- @4-alok made their first contribution in #189
- @dependabot made their first contribution in #192
Full Changelog: v5.1.2...v6.0.0
Release 5.1.2
Features:
- Documentation improvements
Release 5.1.1
Features:
- Support older dart sdk versions
v5.1.0
v5.0.1
v5.0.0
Features:
- Upgrade to flutter 3.0 and use flutter_lints Pull Request #148
Bugfixes:
- Bugfix: Fixes update to version 3.0 of flutter Pull Request #147
- Bugfix: Resolve out of range error Pull Request #138
v4.2.0
Bugfixes:
- Fix bug where item is rebuild every time state changes Pull Request #132
v4.1.0
Features:
- Silver support Pull Request #112
Bugfixes:
- Fix bug where a out of range error could appear Pull Request #110
v4.0.0
v4.0.0-nullsafety.1
Features:
- Update example to support null safety
- Add pedantic for code analysis
Bugfixes:
- Fix bug where removeListener is called on null Issue #64