Releases: bluefireteam/photo_view
Releases · bluefireteam/photo_view
0.15.0
17 Apr 21:09
Compare
Sorry, something went wrong.
No results found
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
24 May 00:17
Compare
Sorry, something went wrong.
No results found
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
05 Oct 17:06
Compare
Sorry, something went wrong.
No results found
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
19 Jul 20:10
Compare
Sorry, something went wrong.
No results found
Fixed:
Added:
Added enablePanAlways to allow the user to pan any view without restrictions #427
0.11.1
09 Mar 10:11
Compare
Sorry, something went wrong.
No results found
0.11.0
07 Mar 14:20
Compare
Sorry, something went wrong.
No results found
Added
Removed
loadFailedChild in favor of errorBuilder. #320 #287
0.10.3
15 Nov 16:27
Compare
Sorry, something went wrong.
No results found
0.10.2
22 Aug 14:31
Compare
Sorry, something went wrong.
No results found
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
18 Aug 08:49
Compare
Sorry, something went wrong.
No results found
Added
Add ability to disable gestures #233 #234
Allow programmatic rotate when PhotoView enableRotation is disabled #259 #257
0.10.0
12 Aug 15:08
Compare
Sorry, something went wrong.
No results found
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