karvulf / flutter-reorderable-grid-view

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

Feature: Improve calculations of scrolling outside or inside #134

Open karvulf opened 1 month ago

karvulf commented 1 month ago

Currently there are two ways of getting the current scroll value:

It would be nice if there is a way either of not adding any ScrollController by finding them maybe in the context or the way of getting the scroll value is always the same, e.g. you have always to add ScrollController (outside or inside). Like this the behavior is more consistent and would probably cause less bugs because I have to focus on only one value.