How to combine PrecacheImage with MemoryImage in Flutter

As already stated in many posts precacheImage (and any other Network Image resource loaders, i.e. NetworkImageWithRetry) throws an exception on 404 URL not found error. To be able to load an image and treat the exception if the resource is not found I build the Image widget with a method that returns a MemoryImage: And … Read more