flutter_easyloading icon indicating copy to clipboard operation
flutter_easyloading copied to clipboard

show progress in foreach statement

Open JAICHANGPARK opened this issue 3 years ago • 4 comments

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++;

});

JAICHANGPARK avatar Jul 21 '21 06:07 JAICHANGPARK

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

github-actions[bot] avatar Jul 21 '21 06:07 github-actions[bot]

Same issue here

omateuscastro avatar Sep 29 '21 21:09 omateuscastro

Same issue here

jorgesoto98 avatar Dec 18 '21 21:12 jorgesoto98

Same issue here

Gagoooooo avatar Jan 09 '22 02:01 Gagoooooo