File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
third_party/packages/flutter_svg Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.14
2+
3+ * Relaxes dependency constraint on vector_graphics_codec.
4+
15## 1.1.13
26
37* Fix execution on the web with WebAssembly.
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ name: vector_graphics
22description : A vector graphics rendering package for Flutter using a binary encoding.
33repository : https://github.com/flutter/packages/tree/main/packages/vector_graphics
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5- # See https://github.com/flutter/flutter/issues/157626 before publishing a new
6- # version.
7- publish_to : none
8- version : 1.1.13
5+ version : 1.1.14
96
107environment :
118 sdk : ^3.4.0
@@ -15,14 +12,12 @@ dependencies:
1512 flutter :
1613 sdk : flutter
1714 http : ^1.0.0
18- # See https://github.com/flutter/flutter/issues/157626
19- vector_graphics_codec : " >=1.1.11+1 <= 1.1.12"
15+ vector_graphics_codec : ^1.1.11+1
2016
2117dev_dependencies :
2218 flutter_test :
2319 sdk : flutter
24- # See https://github.com/flutter/flutter/issues/157626
25- vector_graphics_compiler : " >=1.1.11+1 <= 1.1.12"
20+ vector_graphics_compiler : ^1.1.11+1
2621
2722platforms :
2823 android :
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: vector_graphics_codec
22description : An encoding library for the binary format used in `package:vector_graphics`
33repository : https://github.com/flutter/packages/tree/main/packages/vector_graphics_codec
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5- # See https://github.com/flutter/flutter/issues/157626 before publishing a new
6- # version.
7- publish_to : none
85version : 1.1.12
96
107environment :
Original file line number Diff line number Diff line change 1+ ## 1.1.13
2+
3+ * Relaxes dependency constraint on vector_graphics_codec.
4+
15## 1.1.12
26
37* Transfers the package source from https://github.com/dnfield/vector_graphics
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ name: vector_graphics_compiler
22description : A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
33repository : https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5- # See https://github.com/flutter/flutter/issues/157626 before publishing a new
6- # version.
7- publish_to : none
8- version : 1.1.12
5+ version : 1.1.13
96
107executables :
118 vector_graphics_compiler :
@@ -18,8 +15,7 @@ dependencies:
1815 meta : ^1.7.0
1916 path : ^1.8.0
2017 path_parsing : ^1.0.1
21- # See https://github.com/flutter/flutter/issues/157626
22- vector_graphics_codec : " >=1.1.11+1 <= 1.1.12"
18+ vector_graphics_codec : ^1.1.11+1
2319 # This uses an exact upper range because it is an external dependency (see
2420 # https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#dependencies
2521 # for more information), and this mitigates transitive risk exposure to
Original file line number Diff line number Diff line change 1+ ## 2.0.13
2+
3+ * Relaxes the dependency constraints on vector_graphics, vector_graphics_codec,
4+ and vector_graphics_compiler.
5+
16## 2.0.12
27
38* Adds ` missing_code_block_language_in_doc_comment ` lint.
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.0.12
5+ version : 2.0.13
66
77environment :
88 sdk : ^3.4.0
@@ -12,10 +12,9 @@ dependencies:
1212 flutter :
1313 sdk : flutter
1414 http : ^1.0.0
15- # See https://github.com/flutter/flutter/issues/157626
16- vector_graphics : " >=1.1.11+1 <= 1.1.12"
17- vector_graphics_codec : " >=1.1.11+1 <= 1.1.12"
18- vector_graphics_compiler : " >=1.1.11+1 <= 1.1.12"
15+ vector_graphics : ^1.1.11+1
16+ vector_graphics_codec : ^1.1.11+1
17+ vector_graphics_compiler : ^1.1.11+1
1918
2019dev_dependencies :
2120 flutter_test :
You can’t perform that action at this time.
0 commit comments