xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.89k stars 633 forks source link

macos two fingers scroll #752

Open hkloudou opened 1 year ago

hkloudou commented 1 year ago

two fingers scroll aviabled in listview but not aviabled in easy_refresh

xuelongqy commented 1 year ago

Only mouse events are supported in desktop applications and web

hkloudou commented 1 year ago

but,listview is scrollable in macos with two fingers . you can try

xuelongqy commented 1 year ago

ListView can be scrolled, but it cannot be scrolled out of the list range, this is the problem

xuelongqy commented 1 year ago

https://github.com/flutter/flutter/issues/91507