letsar / gap

Flutter widgets for easily adding gaps inside Flex widgets such as Columns and Rows or scrolling views
MIT License
211 stars 20 forks source link

Add SliverGap #1

Closed jamesblasco closed 4 years ago

jamesblasco commented 4 years ago

Thanks for this package, it is really useful. I have been something similar to this but your implementation it is way better.

I would like to propose a SliverGap that would behave the same as Gap but for slivers. Currently the simpler and cleaner way to add a gap between slivers is add a SliverPadding without a child.

letsar commented 4 years ago

I also thought about that. I will update this as soon as I have some time. Thanks 👍

letsar commented 4 years ago

Added in version 1.1.0

jamesblasco commented 4 years ago

That was fast! Thanks man 🙂

letsar commented 4 years ago

I finished my job a little earlier today so I was able to take 15mn to do it. If only I had more free time 😅