Releases: bluefireteam/photo_view
Releases · bluefireteam/photo_view
0.9.2
Added
loadingBuilder
which provides a way to create a progress loader. Thanks to @neckaros #250 #254
Deprecated
loadingChild
options in both PhotoView
and PhotoViewGallery
in favor of loadingBuilder
;
Fixed
- Gallery undefined issue #251
- PhotoViewCore throws when using PhotoCiewScaleStateController within gallery. #254 #217
basePosition
on PhotoViewGallery
being ignored #255 #219
0.9.1
Added
filterQuality
option to the property to improve image quality after scale #228
loadFailedChild
option to specify a widget instance to be shown when the image retrieval process failed #231
Changed
- Internal: stop using deprecated
inheritFromWidgetOfExactType
in favor of dependOnInheritedWidgetOfExactType
#235
- Made childSize optional for PhotoViewGalleryPageOptions.customChild #229
0.9.0
Added
tightMode
option that allows PhotoView
to be used inside a dialog. #167 #211
PhotoViewGestureDetectorScope
widget that allows PhotoView
to be used on scrollable contexts (PageView, list view etc) #211
- Dialogs and onetap example on the exmaple app #211
Changed
- Made
childSize
to be optional. Now it expands if no value is provided #210 #199
0.8.2
Fixed
- Clamping position on controller #208 #160
Added
- Exposing hit test on gesture detector #209
0.8.1
Added
Fixed
- ScaleState were not respected when resizing photoview widget. #163 #207
0.8.0
Changed
- Change to our own custom gesture detector, making it work nicely with an extenal gesture detector. It solves #41 which was previously tackled on #185 but with some minor bugs (vertical scrolling pageviews and proper responsiveness on pan gestures). #197
- Renamed
PhotoViewImageWrapper
to PhotoViewCore
and reorganized src files, not externally relevant. #197
Removed
- [BREAKING] Removed unnecessary function typedefs like
PhotoViewScaleStateChangedCallback
#197
- [BREAKING] Removed
usePageViewWrapper
option from the gallery #197
0.7.0
Solving a one year issue
Added
- Detect image edge behavior #185 #41
0.6.0
Fixed
- Tons of typos on docs #189
- Weird rotation behavior #189 #174 #92
- Example app deps update #189
- General code improvs #189
0.5.0
Changed
- [BREAKING] All hero attributes where moved into a new data class:
PhotoViewHeroAttributes
. #175 #177
- Some internal changes fixed a severe memory leak involving controllers delegate: #180
0.4.2
Fixed
onTapUp
and onTapDown
on PhotoViewGallery
#146