A basic usage as it, but in this case it is not fitted to screen borders. Is it possible to display it with a behaviour of BoxFit.cover ? A double tap make it fitted to the screen borders. Is it possible to display it this way initially?
PhotoView(
imageProvider: NetworkImage(url),
)
I recently had the same problem here, but I found a solution. Although the answer is late by a couple months but here it is.
Just add this line inside your
PhotoView
, it shows the same behaviour asBoxFit.cover
.