Photo View Versions Save

📸 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.

v0.15.0

3 weeks ago

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

1 year ago

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

2 years ago

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

2 years ago

Fixed:

Added:

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

0.11.1

3 years ago

Fixed:

  • Wrong null check operator #399 #400

0.11.0

3 years ago

Added

  • initialScale on controller #322 #289
  • [Breaking] Sound null safety support thanks to @DevNico #375

Removed

  • loadFailedChild in favor of errorBuilder. #320 #287

0.10.3

3 years ago

Fixed

  • Fix double and single tap on gallery #293 #271 #326

0.10.2

3 years ago

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

3 years ago

Added

  • Add ability to disable gestures #233 #234
  • Allow programmatic rotate when PhotoView enableRotation is disabled #259 #257

0.10.0

3 years ago

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