flutter_overlay_window
flutter_overlay_window copied to clipboard
Listview scroll event conflicts with FlutterOverlayWindow drag,
I'm having the same issue as well
@Ahmadu-Suleiman @X-SLAYER Did you solve it?😊
Yeah, I change the overlay flag anytime I want to scroll the list view
@Ahmadu-Suleiman Can you give us a minimal case?🙏
You just need to set the enableDrag
parameter to false
, this will remove drag ability but will allow you to scroll your list view, I'm not on my computer to provide a concrete example but you can easily play around with the methods that allow you to change the enableDrag
value.