【问题标题】:How to implement the pull-down refresh and pull-up loading more functions of this picture?如何实现这张图片的下拉刷新和上拉加载更多功能?
【发布时间】:2020-11-28 03:41:28
【问题描述】:

我用NestedScrollView+TabBar+TabBarView来实现这个Ui效果,我想让整个页面下拉刷新,上拉加载更多,不知道怎么实现? 这个页面是用flutter实现的。这个红框里的title在滚动的过程中需要暂停一下。

【问题讨论】:

标签: flutter


【解决方案1】:

要检测用户是否下拉刷新内容,您可以使用RefreshIndicator 包装小部件。

通过引体向上加载更多

我认为您正在寻求实现无限滚动分页。 I found a resource that might help you out with that.

【讨论】:

    猜你喜欢
    • 2021-02-01
    • 2011-09-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-07
    • 2022-06-13
    • 1970-01-01
    • 2017-07-19
    相关资源
    最近更新 更多