File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGES
22
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+
312## 0.5.5
413
514- 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:
1919 path: ".."
2020 relative: true
2121 source: path
22- version: "0.5.5+1 "
22+ version: "0.6.0 "
2323 meta:
2424 dependency: transitive
2525 description:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_svg
22description : An SVG rendering and widget library for Flutter.
33author : Dan Field <dfield@gmail.com>
44homepage : https://github.com/dnfield/flutter_svg
5- version : 0.5.5+1
5+ version : 0.6.0
66
77dependencies :
88 path_drawing : ^0.3.0
You can’t perform that action at this time.
0 commit comments