sliver_tools icon indicating copy to clipboard operation
sliver_tools copied to clipboard

SliverWithPinnedFooter

Open Kavantix opened this issue 2 years ago • 1 comments

This PR consists of a first attempt at making a SliverPinnedFooter.

TODO:

  • [ ] Tests
  • [ ] Add to readme

Closes #20

Kavantix avatar Sep 03 '22 22:09 Kavantix

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?

Aqua-Ye avatar May 12 '23 13:05 Aqua-Ye