zesage / panorama

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

Control pano position from outside the widget. #55

Open KristijanZic opened 9 months ago

KristijanZic commented 9 months ago

I'd like to create 2 scroll bars that would control the orientation/position of the panorama from outside of the panorama widget.

Is that possible using this package, how would I go about implementing that?

I was trying with the panorama package but I just can't figure out where and how to hook into it so that the panorama live updates when I drag the scrollbars.

Thank you 🙏