Skip to content

Commit

Permalink
added static field defaultCacheManager to CachedNetworkImageProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelVU authored and martijn00 committed Jul 31, 2024
1 parent a9972d1 commit d575a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CachedNetworkImageProvider
final BaseCacheManager? cacheManager;

/// The default cache manager used for image caching.
static DefaultCacheManager defaultCacheManager = DefaultCacheManager();
static BaseCacheManager defaultCacheManager = DefaultCacheManager();

/// Web url of the image to load
final String url;
Expand Down

0 comments on commit d575a2d

Please sign in to comment.