Skip to content

Releases: bluefireteam/photo_view

0.15.0

17 Apr 21:09
47d347d
Compare
Choose a tag to compare

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
c5fcfdc
Compare
Choose a tag to compare

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
f9f5574
Compare
Choose a tag to compare

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
e9ad53d
Compare
Choose a tag to compare

Fixed:

Added:

  • Added enablePanAlways to allow the user to pan any view without restrictions #427

0.11.1

09 Mar 10:11
48b3b23
Compare
Choose a tag to compare

Fixed:

0.11.0

07 Mar 14:20
Compare
Choose a tag to compare

Added

Removed

  • loadFailedChild in favor of errorBuilder. #320 #287

0.10.3

15 Nov 16:27
Compare
Choose a tag to compare

Fixed

0.10.2

22 Aug 14:31
Compare
Choose a tag to compare

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
1113cec
Compare
Choose a tag to compare

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
Choose a tag to compare

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

  • Updatde example app #300