|
|
@@ -55,9 +55,10 @@ class MyViews {
|
|
|
{String placeholder = 'images/svg/缺省头像.svg'}) {
|
|
|
return CachedNetworkImage(
|
|
|
imageUrl: path,
|
|
|
- filterQuality: FilterQuality.none,
|
|
|
height: h,
|
|
|
width: w,
|
|
|
+ memCacheHeight: h.toInt()*2,
|
|
|
+ memCacheWidth: w.toInt()*2,
|
|
|
fit: BoxFit.cover,
|
|
|
placeholder: (context, url) => SvgPicture.asset(
|
|
|
placeholder,
|