Skip to content

0.1.0

Choose a tag to compare

@renancaraujo renancaraujo released this 27 Nov 22:18

Release stabilizing usage API.

Fixed

  • Warning when importing photo_view_scale_state #58
  • Blank image when defining heroTag #57 #59

Deprecated

  • [BREAKING] PhotoViewInline class has been deprecated in favor of PhotoView only. #54 #53

Changed

  • [BREAKING] size option has been renamed to customSize #54
  • [BREAKING] backgroundColor has been removed. Use backgroundDecoration instead. #56

Removed

  • [BREAKING] PhotoViewGallery is not exported by PhotoView anymore, import package:photo_view/photo_view_gallery.dart

Added

  • Rotation gesture support: use the option enableRotation to rotate the content as the user rotates the fingers in the pinch gesture. #36 #32

  • Custom child support: added the constructor PhotoView.customChild which enables the user to show any widget instead of an image. #51 #55

  • initialScale option #52 #29