flutter_easy_refresh
flutter_easy_refresh copied to clipboard
macos two fingers scroll
two fingers scroll aviabled in listview but not aviabled in easy_refresh
Only mouse events are supported in desktop applications and web
but,listview is scrollable in macos with two fingers . you can try
ListView can be scrolled, but it cannot be scrolled out of the list range, this is the problem
https://github.com/flutter/flutter/issues/91507