flutter-reorderable-grid-view
flutter-reorderable-grid-view copied to clipboard
Bug: Improve scrolling when a scrollable widget is between fixed widgets
Following issue found:
- having a widget that
- contains a header
- contains the scrollable GridView
- contains a footer
- when trying to scroll while dragging
- the scroll only starts if the dragged widget is above the header or footer
- it looks like the indicator to start the scroll is starting from the wrong position