Releases: bluefireteam/photo_view
Releases · bluefireteam/photo_view
0.4.1
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
** 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
Compatibility fix
- Dowgraded Flutter SDK version to 1.4.7
0.3.2
0.3.1
0.3.0
Changed
- [BREAKING]
PhotoViewControllerValue
does not containscaleState
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 toPhotoView
andPhotoViewGalleryPageOptions
#129
0.2.5
Added
- Two new callbacks
onTapUp
andonTapDown
#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 byzoomingIn
andzoomingOut
#124
0.2.4
0.2.3
0.2.2
Fixed:
- Make
initialScale
,minScale
andmaxScale
option work onPhotoViewGallery