I'm not sure if it is better to query await in initState or if it is better to create a FutureBuilder.
The FutureBuilder is constantly reorganized for each setState, and the animation effect is hidden due to the loading screen (It is a short time, but if the data is not completely ready, I set it to show the loading screen).
So in many situations, I think that using FutureBuilder is not a good idea, so I ask.