Sky24n
Sky24n
EasyRefresh好像不支持[scrollable_positioned_list](https://pub.flutter-io.cn/packages/scrollable_positioned_list)下拉刷新跟加载更多。
不返回susItemBuilder就行,参考contacts_list_page.dart
Only in this way,Refer to this example [contacts_list_page](https://github.com/flutterchina/azlistview/blob/master/example/lib/ui/contacts_list_page.dart)
请确认刷新控件是否支持[scrollable_positioned_list](https://pub.flutter-io.cn/packages/scrollable_positioned_list)。
截图全部都有demo,copy不就行了?
是这样的,参照[scrollable_positioned_list](https://pub.flutter-io.cn/packages/scrollable_positioned_list)。
不返回susItemBuilder就行,参考contacts_list_page.dart
Can you provide your code? Let me analyze the reasons.
It should be a problem with your code that caused scrollable_positioned_list to not work! The exact reason is unknown because your code cannot be run.But I tested abclist, and it...