jogboms / flutter_spinkit

✨ A collection of loading indicators animated with flutter. Heavily Inspired by http://tobiasahlin.com/spinkit.
MIT License
2.99k stars 305 forks source link

Stops spinning while analysing data in async job #87

Open trueToastedCode opened 3 years ago

trueToastedCode commented 3 years ago

Describe the bug It's works fine, as long as i don't start a async job that not just loads data, but also deals with it. So in my case, i make a request to a server, but then also do some quick analysis of a big string that takes a few seconds. When the analysis starts, it stops spinning. It should not be overloaded.... it's just one other async function that triggers it.

SpinKit name All.

Screenshots Nothing to show, it just stops.

jogboms commented 3 years ago

Hey @trueToastedCode Can you produce a reproducible demo?