improved (most) icons/image scaling, including avatar scaling
This commit is contained in:
parent
59b91e150e
commit
a04b8ad8c7
10 changed files with 255 additions and 4 deletions
|
|
@ -27,6 +27,7 @@ class EmptyPage extends StatelessWidget {
|
|||
'assets/info-logo.png',
|
||||
width: width,
|
||||
height: width,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -168,6 +168,7 @@ class _MxcImageState extends State<MxcImage> {
|
|||
width: widget.width,
|
||||
height: widget.height,
|
||||
fit: widget.fit,
|
||||
filterQuality: FilterQuality.medium,
|
||||
errorBuilder: (context, __, ___) {
|
||||
_isCached = false;
|
||||
_imageData = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue