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