File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGES
2
2
3
+ ## 0.6.0
4
+
5
+ - ** BREAKING** Update Flutter version dependencies/package dependencies
6
+ - Print unhandled errors only once, and only in debug mode (000e17f)
7
+ - Add ability to specify a ` BoxFit ` and ` Alignment ` for SvgPictures (Thanks @sroddy !).
8
+ - Support ` userSpaceOnUse ` gradientUnits (@sroddy )
9
+ - Miscellaneous bug fixes
10
+ - Restructure project to match expectations of Flutter tooling
11
+
3
12
## 0.5.5
4
13
5
14
- Create a new class to encapsulate ` Paint ` and assist with inheriting all painting properties.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ packages:
19
19
path: ".."
20
20
relative: true
21
21
source: path
22
- version: "0.5.5+1 "
22
+ version: "0.6.0 "
23
23
meta:
24
24
dependency: transitive
25
25
description:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_svg
2
2
description : An SVG rendering and widget library for Flutter.
3
3
author :
Dan Field <[email protected] >
4
4
homepage : https://github.com/dnfield/flutter_svg
5
- version : 0.5.5+1
5
+ version : 0.6.0
6
6
7
7
dependencies :
8
8
path_drawing : ^0.3.0
You can’t perform that action at this time.
0 commit comments