group_list_view 1.0.5
group_list_view: ^1.0.5 copied to clipboard
Flutter package for ListView that allows you to group list items and support headers.
[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
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.