flutter_easyloading
flutter_easyloading copied to clipboard
show progress in foreach statement
I'd like to show progress dialog in foreach statement on list value
but not showing progress dialog how to show progress dialog in for each loop?
listItems.values.forEach((value) {
EasyLoading.showProgress(idx / listItems.length, status: '${listItems.length}/ ${((idx / supportIndexBox.length) * 100).toStringAsFixed(0)}%');
idx++;
});
Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.
Same issue here
Same issue here
Same issue here