Internal: b/147479267
PR #19352 introduced the ability for loading images to increase the max byte size of the image_cache if the image is too large. Increasing the image_cache size should be a setting decided by the developer.
Originally this was an issue since it would cause flutter to get in a loop of loading and throwing out images continuously. The removal of this shouldn't reintroduce that problem.
Internal: b/147479267
PR #19352 introduced the ability for loading images to increase the max byte size of the image_cache if the image is too large. Increasing the image_cache size should be a setting decided by the developer.
Originally this was an issue since it would cause flutter to get in a loop of loading and throwing out images continuously. The removal of this shouldn't reintroduce that problem.