karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
158 stars 23 forks source link

reverse support #117

Closed Hilbert2048 closed 2 months ago

karvulf commented 2 months ago

Hello @Hilbert2048 Thanks for opening the PR, I will check it next week

karvulf commented 2 months ago

I created a new issue and tagged your PR. I will implement a solution for that respecting your PR, thanks! @Hilbert2048

karvulf commented 2 months ago

I added the support for reverse. If you set it to true, you have to add it to your GridView and ReorderableBuilder. If you are using a scrollable widget outside ReorderableBuilder, ensure that the reverse flag is also added to that widget. You can try it with version 5.3.0 of this package. @Hilbert2048