bluefireteam / photo_view

📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
MIT License
1.9k stars 546 forks source link

Add more values to PhotoViewComputedScale #533

Open glanium opened 1 year ago

glanium commented 1 year ago

PhotoViewComputedScale now supports contained and covered value. Support values like BoxFit.fitWidth and BoxFit.fitHeight.

Thx.