fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
591 stars 117 forks source link

bug: pointerScroll方法没有实现 #59

Closed Leadrive closed 3 years ago

Leadrive commented 3 years ago

old_extended_nested_scroll_view.dart 中的_NestedScrollPosition没有实现父类的 void pointerScroll(double delta);

Leadrive commented 3 years ago

有可能是pub.flutter-io.cn中的代码不对,我看github的代码是注释了这句。

zmtzawqlp commented 3 years ago

你可以用dev的,这个api 后面才加的

zmtzawqlp commented 3 years ago

2.0.0-dev