Preload an image asset in flutter [duplicate] Preload an image asset in flutter [duplicate] dart dart

Preload an image asset in flutter [duplicate]


If you want the UX to feel smooth then you can use FadeInImage() and give it an asset image to use as placeholder until the final image loads, and if you want to fade in image from a transparent background then you can use the transparent_image package.