How to navigate to a screen that previously built in flutter?
I have a series of APIs that are called on my home page and a series of widgets are created after receiving data from the server.
I want to shorten the loading time of these widgets, so I want my home page to be fully built while my splash screen is being shown, so that when the navigation operation happens, the audience will be faced with a ready page.