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.84k stars 628 forks source link

macos 触控板无法双指滚动,只能按住拖动 #777

Closed LuoGuoXin closed 8 months ago

LuoGuoXin commented 8 months ago

如果我用 easyRefresh 包裹一层 listview,在手机端正常,web 端也是正常的。但是我在 macos 端,触控板双指滚动,是没有反应的,你的 demo 我也试过了,也是不正常的。

xuelongqy commented 8 months ago

你试试github v3最新的代码呢。之前改过,没发版本,不知道能不能起作用

LuoGuoXin commented 8 months ago

你试试github v3最新的代码呢。之前改过,没发版本,不知道能不能起作用

easy_refresh: ^3.3.2. 我是用这个版本的,怎么用最新的代码呢?

xuelongqy commented 8 months ago
easy_refresh:
    git:
      url: git://github.com/xuelongqy/flutter_easy_refresh.git
LuoGuoXin commented 8 months ago
easy_refresh:
    git:
      url: git://github.com/xuelongqy/flutter_easy_refresh.git

我直接用你项目最新代码,跑起来,是可以的。麻烦大佬推一个版本吧,我更新一下。

xuelongqy commented 8 months ago

你先暂时这样用吧。我有时间了发个版本,到时候给你留言

xuelongqy commented 8 months ago

3.3.2+2已发布