3

I'm developing Flutter application to display Images in a listView those images coming from the server, but when requesting them, and displaying them in a list, which widget will provide the functionality for 360-degree image viewer

I searched for how to store them in a database, and I found that just like any normal image but in JPEG format for compression needs

1 Answers1

1

You can use the Panorama package, you can find the instructions in this page: https://pub.dev/packages/panorama

Abdallah Ibrahim
  • 147
  • 4
  • 20
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-ask). – Community Sep 20 '21 at 16:44