File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGES
22
3- ## 0.10.5
3+ ## 0.11.0
44
5- - Rewrote parsing logic to unpin dart-xml dependency.
5+ - Rewrote parsing logic to unpin dart-xml dependency, and bumped Dart XML
6+ dependency.
7+ - Fix bug where unsupported elements could impact drawing. Unhandled elements
8+ that have children will now be completely ignored. This is technically a
9+ breaking change, as previously a child of an unsupported element could have
10+ been drawn if it was supported. Fixes [ #126 ] ( https://github.com/dnfield/flutter_svg/issues/126 ) .
611
712## 0.10.4
813
1318## 0.10.3
1419
1520- Pin dart-xml to 3.2.5, as 3.3.0 is a breaking change (next release will
16- address this).
21+ address this).
1722- Support ` px ` postfixes on many double literals.
18-
23+
1924## 0.10.2
2025
2126- Added a ` semanticsLabel ` property to ` SvgPicture ` .
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, which allows painting and displaying Scalable Vector Graphics 1.1 files.
33author : Dan Field <dfield@gmail.com>
44homepage : https://github.com/dnfield/flutter_svg
5- version : 0.10.5
5+ version : 0.11.0
66
77dependencies :
88 path_drawing : ^0.4.0
You can’t perform that action at this time.
0 commit comments