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
592 stars 119 forks source link

fix type of FlutterErrorDetails.context #9

Closed najeira closed 5 years ago

najeira commented 5 years ago

stable of Flutter went up to v1.7.8, and FlutterErrorDetails.context is changed to DiagnosticsNode from String.

In this case, ErrorDescription is appropriate.

zmtzawqlp commented 5 years ago

code is ready in dev brach, i will update it later