Closed tomcatter closed 2 years ago
Hi Thanks for the bug report!
We will investigate this issue asap. However, affected by the recent situation of covid-19 in Shanghai, our development schedule might be delayed in some degree
This issue is fixed in #317
问题修复了
@zhuxingwei 还有一个问题是CustomScrollView
在用鼠标滚轮上下滚动时,显示内容的滚动和鼠标的滚动方向相反,体验起来感觉挺别扭,不太符合平时网页滚动。
Hi, thanks for your feedback!
The current interaction with mouse scroll events is designed by our designer. We will arrange a talk on this issue later. Btw, does this seem to be a common problem on all ScrollView
s (e.g., singlechildscrollview
) ?
Hi, thanks for your feedback!
The current interaction with mouse scroll events is designed by our designer. We will arrange a talk on this issue later. Btw, does this seem to be a common problem on all
ScrollView
s (e.g.,singlechildscrollview
) ?
现在我只用到了 CustomScrollView
, 发现的是这种情况。
我根据CustomScrollView 和 Slivers的介绍,实现了一个自定义的
SliverPersistentHeaderDelegate
,代码如下布局代码如下:
出现如下异常: