panorama
panorama copied to clipboard
Image quality is bad and pixeled when I use network image
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?