Use ZoomableImage in album page
This commit is contained in:
parent
bdada46541
commit
bf5a145e9a
|
@ -60,10 +60,9 @@ class AlbumDetails extends StatelessWidget {
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Container(height: 8.0,),
|
Container(height: 8.0,),
|
||||||
CachedImage(
|
ZoomableImage(
|
||||||
url: album.art.full,
|
url: album.art.full,
|
||||||
width: MediaQuery.of(context).size.width / 2,
|
width: MediaQuery.of(context).size.width / 2,
|
||||||
fullThumb: true,
|
|
||||||
rounded: true,
|
rounded: true,
|
||||||
),
|
),
|
||||||
Container(height: 8,),
|
Container(height: 8,),
|
||||||
|
|
Loading…
Reference in a new issue