zesage / panorama

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

Update to add onImageLoad event #33

Closed george-assan closed 2 years ago

george-assan commented 2 years ago

Noticed blank grey background before 360 images loaded. 'onImageLoad' event makes it possible to add loading widgets behavior before the 360 images come to view

Panorama without onImageLoad event implementation to show and close loader when image has loaded

panorama-with-no-loader

Panorama with onImageLoad event implementation to show and close loader when image has loaded

panorama-with-loader

Add00w commented 2 years ago

Nice job thanks.