sliver_tools
sliver_tools copied to clipboard
SliverWithPinnedFooter
This PR consists of a first attempt at making a SliverPinnedFooter
.
TODO:
- [ ] Tests
- [ ] Add to readme
Closes #20
Thanks for this PR. However I notice that when I use it with a reversed list, the list rendered area shrink when I scroll through multiple sections with SliverWithPinnedFooter. Not to mention that the footer is still at the bottom of the section, although it should be on top (I did fix that by changing the paint method).
https://github.com/Kavantix/sliver_tools/assets/85234/79b0606d-9778-47a7-b208-61bdd87b75e2
Any idea how I could fix the shrinking?