flutter-reorderable-grid-view icon indicating copy to clipboard operation
flutter-reorderable-grid-view copied to clipboard

Bug: Improve scrolling when a scrollable widget is between fixed widgets

Open karvulf opened this issue 4 months ago • 1 comments

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

karvulf avatar Sep 29 '24 09:09 karvulf