Renan
Renan
Adde an initial scale option to #322
I guess this is closed now?
I think in your case you are better off with [interactive viewer](https://api.flutter.dev/flutter/widgets/InteractiveViewer-class.html), have you tried it?
Assuming that you are talking about this plugin, you can pass [`AssetThumbImageProvider`](`AssetThumbImageProvider`) as `imageProvider` to photo view.
Please, use markdown to represent code. I will edit the issue to proper reading.
Have you tried on the master channel? Can be related to: flutter/flutter#36191 and #162
Nice. I will reopen it to keep in mind to add this in a 'Known issues' on the README. Thank you.
Allow the user to swipe more photos rather the a single one depending on the strength of the scroll.
Since the gallery is based on flutters pageview I see no way we can add to photo_view exclusively. At the top of my mind, I can say that may be...
For the correspondent `PhotoViewGalleryPageOptions`, pass the same `minScale` and `maxScale`.
@Dohmanlechx For that follow #319