File tree Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Expand file tree Collapse file tree 3 files changed +20
-13
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.10.2 " ></a >
2
+ # [ 0.10.2] ( https://github.com/renancaraujo/photo_view/releases/tag/0.10.2 ) - 22 Aug 2020
3
+
4
+ ## Added
5
+ - ` errorBuilder ` option to show a widget when things go south when retrieving the image. #320 #287
6
+
7
+ ## Deprecated
8
+ - ` loadFailedChild ` in favor of ` errorBuilder ` . #320 #287
9
+
10
+ ## Fixed
11
+ - ` loadFailedChild ` doesn't show error widget #320 #316
12
+ - Hero animation should work in all situations #320 #303
13
+
14
+ [ Changes] [ 0.10.2 ]
15
+
16
+
1
17
<a name =" 0.10.1 " ></a >
2
18
# [ 0.10.1] ( https://github.com/renancaraujo/photo_view/releases/tag/0.10.1 ) - 18 Aug 2020
3
19
@@ -382,15 +398,7 @@ Release stabilizing usage API.
382
398
[ Changes] [ 0.0.11 ]
383
399
384
400
385
- <a name =" 0.0.10 " ></a >
386
- # [ 0.0.10] ( https://github.com/renancaraujo/photo_view/releases/tag/0.0.10 ) - 08 Oct 2018
387
-
388
- ## Fixed
389
- - Error when not specifying ` gaplessPlayback ` to ` PhotoViewInline ` s constructor. #38 #39
390
-
391
- [ Changes] [ 0.0.10 ]
392
-
393
-
401
+ [ 0.10.2 ] : https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2
394
402
[ 0.10.1 ] : https://github.com/renancaraujo/photo_view/compare/0.10.0...0.10.1
395
403
[ 0.10.0 ] : https://github.com/renancaraujo/photo_view/compare/0.9.2...0.10.0
396
404
[ 0.9.2 ] : https://github.com/renancaraujo/photo_view/compare/0.9.1...0.9.2
@@ -419,7 +427,6 @@ Release stabilizing usage API.
419
427
[ 0.1.2 ] : https://github.com/renancaraujo/photo_view/compare/0.1.1...0.1.2
420
428
[ 0.1.1 ] : https://github.com/renancaraujo/photo_view/compare/0.1.0...0.1.1
421
429
[ 0.1.0 ] : https://github.com/renancaraujo/photo_view/compare/0.0.11...0.1.0
422
- [ 0.0.11 ] : https://github.com/renancaraujo/photo_view/compare/0.0.10...0.0.11
423
- [ 0.0.10 ] : https://github.com/renancaraujo/photo_view/tree/0.0.10
430
+ [ 0.0.11 ] : https://github.com/renancaraujo/photo_view/tree/0.0.11
424
431
425
432
<!-- Generated by changelog-from-release -->
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ packages:
122
122
path: ".."
123
123
relative: true
124
124
source: path
125
- version: "0.10.1 "
125
+ version: "0.10.2 "
126
126
sky_engine:
127
127
dependency: transitive
128
128
description: flutter
Original file line number Diff line number Diff line change 1
1
name : photo_view
2
2
description : Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
3
- version : 0.10.1
3
+ version : 0.10.2
4
4
homepage : https://github.com/renancaraujo/photo_view
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments