Stephen Hauck
 · Mobile Computing Professional / Digital Archaeologist

Is this ok for a busy indicator in Flutter Flow ?

Anaïs has been helping me get my "Project Suggestions" worked out and I appreciate it so much but adding a stack and a custom widget to do a busy indicator .... I feel like we should use a standard Flutter library for this but want opinions on wether or not this is a good idea based on the internals of Flutter Flow applications that I am not all that familiar with ...

https://app.flutterflow.io/project/dialogtest-wqbqhd

It's kind of sad that there is no busy indicator ... any opinions on wether this piece of code is a bad idea ?

The timer pops the dialog with the busy indicator and the dialog is build around the build context so no stacks necessary .. the timer is just to show that the standard action will close the animation

https://pub.dev/packages/loading_indicator

Lots of already provided animation options ...

Do you see an issue with doing this in Flutter Flow ?

3
2 replies