小筆記下拉刷新頁面

child: Container(
                child: RefreshIndicator(
                onRefresh: _refresh,
                child:Column()
        )

Future<Null> _refresh() async {
    setState(() {
      _list.clear();
      _serviceList.clear();
      _describeList.clear();
    });
    _getCourse();
    _getAdvertisement();
    _getTuitionService();
    return;
  }

還有上拉加載數據需要學習

posted on 2020-04-13 16:55  诉说静风  阅读(2142)  评论(0编辑  收藏  举报

Live2D
快把你的小爪子拿开!