Skip to content

Releases: bluefireteam/photo_view

0.4.1

11 Jul 22:02
Compare
Choose a tag to compare

First release since halt due to Flutter breaking changes.

With this version, Photo view is stable compatible. It means that every new release must be compatible with the channel master. Breaking changes that are still on master or beta channels will not be included on any new release.

Added

  • The PageView reverse parameter #159

0.4.0

25 May 17:17
Compare
Choose a tag to compare

** Fix Flutter breaking change **

  • [BREAKING] This release requires Flutter 1.6.0, which in the date of this release, is not even beta. This is due to several master channel users who complained on a recent breaking change which broke one of the PhotoView core features. #144 #143 #147 flutter/flutter#32936

0.3.3

08 May 03:11
Compare
Choose a tag to compare

Compatibility fix

  • Dowgraded Flutter SDK version to 1.4.7

0.3.2

08 May 02:28
Compare
Choose a tag to compare

Fixed

  • FlutterError compatibility with breaking changing breaking for Flutter channel master users. #135 #136 #137
  • onTapUp and onTapDown overriding higher onTap handle #134 #138

0.3.1

23 Apr 16:30
Compare
Choose a tag to compare

Added

  • Custom child builder to PhotoViewGalleryPageOptions that enables the usage of custom children in the gallery. #126 #131

0.3.0

21 Apr 03:49
Compare
Choose a tag to compare

Changed

  • [BREAKING] PhotoViewControllerValue does not contain scaleState value anymore, now you should control that value ona separate controller: PhotoViewScaleStateController. That is due to some concerns expressed #127. All details on controller docs #129 #127

Added

  • scaleStateController option to PhotoView and PhotoViewGalleryPageOptions #129

0.2.5

20 Apr 19:39
Compare
Choose a tag to compare

Added

  • Two new callbacks onTapUp and onTapDown #122
  • A exclusive stream for scaleState in the controller #124

Fixed

  • Gallery swipe glitch: do not lock when zooming in #124 #105
  • herotag is an Object, not a String anymore #122

Removed

  • [BREAKING] Scale state zooming has been replaced by zoomingIn and zoomingOut #124

0.2.4

09 Apr 11:31
Compare
Choose a tag to compare

Changed

  • [BREAKING] PhotoViewController no longer extends ValueNotifier, instead, it contains one. Method addListener is no longer available due to a race condition that creates bugs. #106

0.2.3

09 Apr 11:28
Compare
Choose a tag to compare

Added

  • New builder constructor for PhotoViewGallery #119 #78 #113

0.2.2

08 Apr 13:12
Compare
Choose a tag to compare

Fixed:

  • Make initialScale, minScale and maxScale option work on PhotoViewGallery