PackageTrack
Sign in Get early access

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 2021
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 9
  1. 1.1.1 10 Mar 2021
    Release notes

    In this version:

    • Stable null-safe release
    Open source →
    Release notes
    • Stable null-safe release
    Open source →
  2. 1.1.0 02 Mar 2021
    Release notes

    In this version:

    • Migrated to null safety
    Open source →
    Release notes
    • Migrated to null safety
    Open source →
  3. 1.0.6 21 Jul 2020
    Release notes

    In this version:

    • Support sectionSeparatorBuilder

      Separators 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);
    }
    Open source →
    Release notes
    • Support sectionSeparatorBuilder

      Separators 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);
    }
    
    Open source →
  4. 1.0.5 04 Jun 2020
    Release notes
    • Add assert for all the required parameters.
    • Update documentation.
    • Setting up Lint Rules.
    Open source →
  5. 1.0.4 20 May 2020
    Release notes
    • Support separatorBuilder

      Separators 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);
    }
    
    Open source →
  6. 1.0.3 12 May 2020
    Release notes

    In this version:

    • Improve build performance.
    Open source →
    Release notes
    • Improve build performance.
    Open source →
  7. 1.0.2 10 May 2020
    Release notes

    In this version:

    • Update documentation.
    Open source →
    Release notes
    • Update documentation.
    Open source →
  8. 1.0.1 08 May 2020
    Release notes

    In this version:

    • Support all fields from ListView.builder constructor.
    Open source →
    Release notes
    • Support all fields from ListView.builder constructor.
    Open source →
  9. 1.0.0 06 May 2020
    Release notes

    In this version:

    • Initial developers preview release.
    Open source →
    Release notes
    • Initial developers preview release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive