sliver_grouped_list 1.1.1
sliver_grouped_list: ^1.1.1 copied to clipboard
SliverGroupedList Widget. Build a beautiful Table based on Sliver Widgets with entries group by headers.
1.0.0 19.08.2020. #
- Initial release. The Widget for making a grouped SliverList with Header/Entry content.
1.0.1 20.08.2020. #
- Make SliverList instead SliverFixedExtentList.
1.0.2 20.08.2020. #
- Provide example.
1.0.3 20.08.2020. #
- Provide a valid description in pubspec.yaml file.
1.0.4 28.08.2020. #
- More properties to set up for a group's body entry header.
1.0.5 28.08.2020. #
- Better documentation.
1.1.0 04.10.2020. #
- Removed GestureDetector. Should be implemented on customer side.
- Provide index in bodyEntryBuilder
1.1.1 05.10.2020. #
- SliverAppBar support