Adrian Kujawski
Adrian Kujawski
is time_to_live change to ttl? because i can't set it in my projects now
its very important to me to avoid placeholder on cached images. so is any of you found a solution for this?
little workaround I created this widget to use with CachedNetworkImageProvider: ``` class ImageWidgetPlaceholder extends StatelessWidget { const ImageWidgetPlaceholder({Key key, this.image, this.placeholder}) : super(key: key); final ImageProvider image; final Widget placeholder;...
Is explained in error description A test tried to use `any` or `captureAny` on a parameter of type `$T`, but registerFallbackValue was not previously called to register a fallback value...