You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for this great library. I want to show pictures on every page like an instagram story. As soon as I switch to the next page, it will be white for a bit until the picture is loaded. Is it possible to somehow preload the picture of the next page, so it will be visible as soon as I change the page?
This is how I am loading the picture right now;: Image.asset(dish.pictureUrl, fit: BoxFit.cover)
The text was updated successfully, but these errors were encountered:
First of all thanks for this great library. I want to show pictures on every page like an instagram story. As soon as I switch to the next page, it will be white for a bit until the picture is loaded. Is it possible to somehow preload the picture of the next page, so it will be visible as soon as I change the page?
This is how I am loading the picture right now;: Image.asset(dish.pictureUrl, fit: BoxFit.cover)
The text was updated successfully, but these errors were encountered: