Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从数据库中获取数据,并希望在同一个屏幕和同一个列表上实现刷新加载器。但是刷新加载器需要一个列表,我尝试使用未来列表实现刷新加载器,但没有成功。
我想你想要那个:
RefreshIndicator( child: _futureBuilder(), onRefresh: () => _refresh(), ),
_futureBuilder() 是一个普通的未来构建器。试试刷新指示器!