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
597 stars 120 forks source link

Error Running 4.0.0 #83

Closed anasmano closed 3 years ago

anasmano commented 3 years ago

Hi, Sir

I got error 4.0.0

../lib/src/extended_nested_scroll_view.dart:685:11: Error: No named parameter with the name 'scrollBehavior'. scrollBehavior: scrollBehavior, ^^^^^^^^^^^^^^ ../lib/src/extended_nested_scroll_view.dart:652:49: Error: The method 'copyWith' isn't defined for the class 'ScrollBehavior'.

anasmano commented 3 years ago

Fixed,

Updating to latest Flutter SDK.

Closed for now