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

更新了最新flutter 的sdk后,编译不通过 #4

Closed hoopslb closed 5 years ago

hoopslb commented 5 years ago

Flutter 1.7.4-pre.105 • channel master Dart 2.4.0

error:

Compiler message:
file:///Users/lee/tools/flutter/.pub-cache/hosted/pub.flutter-io.cn/extended_nested_scroll_view-0.3.5/lib/src/nested_scroll_view_refresh_indicator.dart:363:24: Error: The argument type 'String' can't be assigned to the parameter type 'DiagnosticsNode'.

这么传参可以通过 context: DiagnosticsNode.message('when calling onRefresh'),

zmtzawqlp commented 5 years ago

以stable版本为主,新的flutter 版本,老是改api。

zmtzawqlp commented 5 years ago
  extended_nested_scroll_view:
    git:
      url: https://github.com/fluttercandies/extended_nested_scroll_view.git
      ref: dev

link it as this, i will update codes to pub later

zmtzawqlp commented 5 years ago

base on v1.7.8 is ready in pub, please update it.