group_list_view 1.0.4
group_list_view: ^1.0.4 copied to clipboard
Flutter package for ListView that allows you to group list items and support headers.
1.0.4 20 May 2020 #
- Support
separatorBuilder
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.builderconstructor.
1.0.0 06 May 2020 #
- Initial developers preview release.