通过iOS外观拉动刷新

时间:2019-01-27 22:10:42

标签: ios dart flutter

我想添加拉动以刷新我的应用程序中的行为。我读到有关RefreshIndicator的信息,但似乎只有材料UI。您能否建议我让Flutter App刷新本机iOS的方法? 谢谢:)

2 个答案:

答案 0 :(得分:0)

看看这个包https://pub.dartlang.org/packages/pull_to_refresh 它可以满足您的需求。

在您的pubspec.yml文件中添加依赖项

dependencies:
     pull_to_refresh: ^1.1.6

这里有示例:https://github.com/peng8350/flutter_pulltorefresh/tree/master/example/lib/ui

答案 1 :(得分:0)