📸 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.
when i load a big net img, it is very slowly , so could given a param 'thumbnail' img url for user , the thumbnail url is generate by the original img by the user .
load the thumbnail first ,beacuse it is small ,so load fast . when original img loaded , replace the thumbnail img , and give a scaleStateController by the thumbnail img which is scal by operator.
when i load a big net img, it is very slowly , so could given a param 'thumbnail' img url for user , the thumbnail url is generate by the original img by the user . load the thumbnail first ,beacuse it is small ,so load fast . when original img loaded , replace the thumbnail img , and give a scaleStateController by the thumbnail img which is scal by operator.