group_list_view
Flutter package for ListView that allows you to group list items and support headers.
1.1.1
29K downloads/mo
#1871 most downloaded on pub.dev
Daniel-Ioannou/flutter_group_list_view
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
9 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · May 2020 to Mar 2021Releases
latest 9-
1.1.110 Mar 2021 -
1.1.002 Mar 2021 -
1.0.621 Jul 2020Release notes
Open source →In this version:
-
Support
sectionSeparatorBuilderSeparators only appear between sections: separator 0 appears after section 0 and the last separator appears after the last section.
Widget sectionSeparatorBuilder(BuildContext context, int section) { return SizedBox(height: 10); }
Release notes
Open source →-
Support
sectionSeparatorBuilderSeparators only appear between sections: separator 0 appears after section 0 and the last separator appears after the last section.
Widget sectionSeparatorBuilder(BuildContext context, int section) { return SizedBox(height: 10); } -
-
1.0.504 Jun 2020Release notes
Open source →- Add assert for all the required parameters.
- Update documentation.
- Setting up Lint Rules.
-
1.0.420 May 2020Release notes
Open source →-
Support
separatorBuilderSeparators only appear between list items: separator 0 appears after item 0 and the last separator appears after the last item.
Widget separatorBuilder(BuildContext context, IndexPath index) { return SizedBox(height: 10); } -
-
1.0.312 May 2020 -
1.0.210 May 2020 -
1.0.108 May 2020 -
1.0.006 May 2020