panorama icon indicating copy to clipboard operation
panorama copied to clipboard

Image quality is bad and pixeled when I use network image

Open moatazfouad opened this issue 2 years ago • 0 comments

When I use network image as Image provider, I get the image quality so bad.

      appBar: AppBar(
        backgroundColor: Theme.of(context).primaryColor,
        elevation: 0,
      ),
      body: SizedBox(
        height: size.height,
        width: size.width,
       child: Panorama(
          //animSpeed: 1.0,
          //sensorControl: SensorControl.Orientation,
          child: Image.network(imageURL),
       ),
      ),
    );```

How can I solve this issue?

moatazfouad avatar Sep 05 '22 18:09 moatazfouad