Photo_view: i don't need zoom out image after its original size

Created on 8 Mar 2019  路  2Comments  路  Source: fireslime/photo_view

I don't need zoom out image after its original size.

Most helpful comment

A very simple way to do that is setting minScale to PhotoViewComputedScale.contained.

All 2 comments

I fix that problem
I get image's original size by calling this method getScaleForScaleState(widget.controller.scaleState, widget.scaleBoundaries)
and check with if condition by if(getInitialScale <= newScale) on onScaleUpdate() method
double newScale = _scaleBefore * details.scale;

A very simple way to do that is setting minScale to PhotoViewComputedScale.contained.

Was this page helpful?
0 / 5 - 0 ratings