【发布时间】:2021-04-19 11:43:29
【问题描述】:
我想在颤振中使用标签栏视图实现滑动刷新或拉动刷新...任何建议
【问题讨论】:
标签: android flutter swiperefreshlayout
我想在颤振中使用标签栏视图实现滑动刷新或拉动刷新...任何建议
【问题讨论】:
标签: android flutter swiperefreshlayout
使用刷新指示器 参考https://medium.com/codechai/adding-swipe-to-refresh-to-flutter-app-b234534f39a7
RefreshIndicator(
onRefresh: _pullRefresh,
child:<<your child>>
【讨论】: