文件名称:ProgressDialog.dart
文件大小:3KB
文件格式:DART
更新时间:2023-11-17 07:15:43
flutter
flutter 自定义loading,调用 ProgressDialog.showProgress(context, child: Text('导出中')); Future.delayed(Duration(seconds: 3)).then((_) { ProgressDialog.dismiss(context); });
文件名称:ProgressDialog.dart
文件大小:3KB
文件格式:DART
更新时间:2023-11-17 07:15:43
flutter
flutter 自定义loading,调用 ProgressDialog.showProgress(context, child: Text('导出中')); Future.delayed(Duration(seconds: 3)).then((_) { ProgressDialog.dismiss(context); });