The [setState](https://api.flutter.dev/flutter/widgets/State/setState.html) is meant to be called just once per frame. Calling it several times from a loop is bad practice. It is currently done in hash generation progress bar.
The setState is meant to be called just once per frame. Calling it several times from a loop is bad practice.
It is currently done in hash generation progress bar.