File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.3.0] - 2022-10-22
7
+ ## [ 0.4.0] - 2022-04-07
8
+ ### Changed
9
+ - Now uses ` Image.opacity ` when appropriate for even better performance.
10
+
11
+ ## [ 0.3.0] - 2022-03-22
8
12
### Changed
9
13
- Updated to be NNBD. Thanks to @maks !
10
14
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
66
66
path: ".."
67
67
relative: true
68
68
source: path
69
- version: "0.3 .0"
69
+ version: "0.4 .0"
70
70
matcher:
71
71
dependency: transitive
72
72
description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A widget that displays a placeholder and optional progress indicato
3
3
repository : https://github.com/gskinner/image_fade
4
4
homepage : https://github.com/gskinner/image_fade
5
5
6
- version : 0.3 .0
6
+ version : 0.4 .0
7
7
8
8
environment :
9
9
sdk : " >=2.13.4 <3.0.0"
You can’t perform that action at this time.
0 commit comments