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

compile on beta lastest version post a error #61

Closed lyf571321556 closed 3 years ago

lyf571321556 commented 3 years ago

../../.pub-cache/hosted/pub.flutter-io.cn/extended_nested_scroll_view-0.4.0/lib/src/old_extended_nested_scroll_view.dart:1069:7: Error: The non-abstract class '_NestedScrollPosition' is missing implementations for these members:

zmtzawqlp commented 3 years ago

try 2.0.1-dev

MoacirSchmidt commented 3 years ago

2.0.1-dev solved this problemas for me. Thank you very much