how to run two async await task and proceed if both of them completed in flutter
i am displaying splash screen which waits for 3 seconds and then routes to another screen, but my another screen needs GIF files to load, so i have used precaceh method, so my problem is my splash screen awaits for…