If one uses the CircularProgressIndicator all database inertaction are much slower. This is much more pronounced on slow machines and on the web.
If large amounts of data are written to the db or the db is initially opened (with data stored), this can change response times from seconds to multiple minutes.
Might be related to this:
flutter/flutter#73766
This is especially easy run into because showing a spinner while some interaction is running is pretty typical.
If one uses the CircularProgressIndicator all database inertaction are much slower. This is much more pronounced on slow machines and on the web.
If large amounts of data are written to the db or the db is initially opened (with data stored), this can change response times from seconds to multiple minutes.
Might be related to this:
flutter/flutter#73766
This is especially easy run into because showing a spinner while some interaction is running is pretty typical.