getpoucher
Results
2
comments of
getpoucher
It didn't work, I still have the same problem :( I did some tests and I think the issue might be that I'm using `fit: BoxFit.cover`: the image is resized...
Thanks for your answer. I did that, but I'm still facing the problem. Here's the code I'm using: ```dart SizedBox( height: 100.0, width: 60.0, child: OptimizedCacheImage( imageUrl: 'https://www.spain.info/.content/imagenes/cabeceras-grandes/madrid/plaza-cervantes-alcala-henares-s476644078.jpg', placeholder: (context,...