group_list_view 1.0.6 copy "group_list_view: ^1.0.6" to clipboard
group_list_view: ^1.0.6 copied to clipboard

outdated

Flutter package for ListView that allows you to group list items and support headers.

1.0.6 21 Jul 2020 #

  • 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);
}

1.0.5 04 Jun 2020 #

  • Add assert for all the required parameters.
  • Update documentation.
  • Setting up Lint Rules.

1.0.4 20 May 2020 #

  • 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);
}

1.0.3 12 May 2020 #

  • Improve build performance.

1.0.2 10 May 2020 #

  • Update documentation.

1.0.1 08 May 2020 #

  • Support all fields from ListView.builder constructor.

1.0.0 06 May 2020 #

  • Initial developers preview release.
178
likes
0
points
20.1k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for ListView that allows you to group list items and support headers.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on group_list_view