zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
114 stars 71 forks source link

Incorrect Shape and bound #17

Open Kedar-27 opened 3 years ago

Kedar-27 commented 3 years ago

Incorrect shape and bounds are rendered as you can see in the image

Container( height: 300, width: MediaQuery.of(context).size.width, color: Colors.red, child: Panorama( animSpeed: 1, child: Image.asset("assets/images/panorama.jpg"), ), ),

Screen Shot 2021-02-09 at 3 48 01 AM

nicks258 commented 2 years ago

Facing same issue. Any idea how to solve this?

hadi7khan commented 1 year ago

Is this issue solved?