Flutter default splash view fading animation

Viewed 346

Flutter makes it possible to add your logo in a view at app start to avoid blank cold start screen, i have made an initial route with the same image centered so that the transition be seamless,there is however a fade animation from that screen to the first Flutter route, how can we disable that animation ?

1 Answers
Related