dariocavada / panorama_viewer

Panorama Viewer - Flutter Widget
Apache License 2.0
5 stars 1 forks source link

Panorama on Any Widget #12

Open jtkeyva opened 2 months ago

jtkeyva commented 2 months ago

Is it possible to use any widget to pan? Say I simply want to use a website or a pageview and pan around? Do you plan on supporting this? Seems it could greatly enhance the usability.

Thanks

dariocavada commented 2 months ago

Could you please be more specific about your request? An example or a more detailed description of how you envision this feature being implemented would be very helpful. Are you looking for a way to enable panning across different types of content within the widget, such as web pages or multiple images? Any additional details would greatly assist in understanding your needs and exploring possible enhancements. Thanks for reaching out!

jtkeyva commented 2 months ago

Hi, yes I mean being able to put any widget inside the panorama. So yes, be able to put a webview, a video, perhaps even a listview or gridview.

If I try something other than image i get this error:

Another exception was thrown: Each child must be laid out exactly once. 2 Another exception was thrown: NoSuchMethodError: 'image' Another exception was thrown: Each child must be laid out exactly once.

aykutuludag commented 2 weeks ago

This plugin is working on Android, iOS and partly Web. Other platforms doesn't tested.

https://github.com/dariocavada/panorama_viewer/issues/13