深色模式
easy_refresh
安装
sh
flutter pub add easy_refresh
参考:easy_refresh
使用
dart
EasyRefresh.builder(
onRefresh: () async {
....
return IndicatorResult.success;
},
onLoad: () async {
....
},
child: ListView(),
)