Releases: bluefireteam/photo_view
Releases · bluefireteam/photo_view
0.15.0
Added
- Added pageSnapping option #542
- make scale more smoothly #450
- Add the possibility to restrict user scale #537
- Pass through semanticLabel #530
0.14.0
Fixed
- Made wantKeepAlive parameter to make it optional #479
- Update README Urls #471
- Null check operator used on a null value #476
- Flutter Update: 2.10.0 - Fix: Looking up a deactivated widget's ancestor is unsafe fix #499
0.13.0
Fixed
- Network image issue on flutter 2.5 #467 #464
Added
- allowImplicitScrolling for preloading next page on PageView #458
AutomaticKeepAliveClientMixin
to keep state on photoview #452
0.12.0
Fixed:
Added:
- Added enablePanAlways to allow the user to pan any view without restrictions #427
0.11.0
Added
Removed
loadFailedChild
in favor of errorBuilder
. #320 #287
0.10.2
Added
errorBuilder
option to show a widget when things go south when retrieving the image. #320 #287
Deprecated
loadFailedChild
in favor of errorBuilder
. #320 #287
Fixed
loadFailedChild
doesn't show error widget #320 #316
- Hero animation should work in all situations #320 #303
0.10.1
Added
- Add ability to disable gestures #233 #234
- Allow programmatic rotate when PhotoView enableRotation is disabled #259 #257
0.10.0
Removed [breaking]
loadingChild
options in both PhotoView
and PhotoViewGallery
in favor of loadingBuilder
. Previously deprecated; #307
Fixed
- Unnecessary scale state controller value streamed #227 #267
- GestureDetector winning arena issue that made the gallery not work well #266 #212
- When the network goes down, photo_view would crash #275 #308
Internal