File tree Expand file tree Collapse file tree
third_party/packages/flutter_svg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 2.3.0
2-
3- * Adds ` imageBuilder ` property to ` SvgPicture ` for wrapping the loaded SVG widget.
4-
51## 2.2.4
62
73* Updates README with example to scale SVG without losing quality
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.
33repository : https://github.com/flutter/packages/tree/main/third_party/packages/flutter_svg
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_svg%22
5- version : 2.3.0
5+ version : 2.2.4
66
77environment :
88 sdk : ^3.9.0
@@ -12,7 +12,7 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414 http : ^1.0.0
15- vector_graphics : ^1.2.0
15+ vector_graphics : ^1.1.13
1616 vector_graphics_codec : ^1.1.11+1
1717 vector_graphics_compiler : ^1.1.14
1818
You can’t perform that action at this time.
0 commit comments