riverscuomo / public-bug-hunt

A place to file bug reports for all of my apps
GNU General Public License v3.0
6 stars 0 forks source link

dimensions of largeplaylistINfo images #52

Closed riverscuomo closed 11 months ago

riverscuomo commented 11 months ago

added aspect ratio. maybe expanded was messing it up


 // IMAGE
            Expanded(
              flex: 1,
              child: Container(
                decoration: boxDecorationBlack,
                child: AspectRatio(
                  aspectRatio: 1,
                  child: imageOrIcon(
                    imageUrl: playlist.imageUrl,
                    filename: playlist.imageFilename,
                    height: 200,
                    width: 200,
                  ),