Last updated:
0 purchases
lib loading dialog
loading dialog widget
Features #
show loading dialog
show progress dialog
Getting started #
TODO: List prerequisites and provide or point to information on how to
start using the package.
Usage #
var loadingDialog = showLoadingDialog(context);
loadingDialog.dismiss();
var progressDialog = showProgressLoadingDialog(context);
progressDialog.updateProgress(progress: 0.5);
copied to clipboard
Additional information #
null
发布lib命令 #
dart pub publish --server=https://pub.dartlang.org
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.