We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5551028 commit 16bf81aCopy full SHA for 16bf81a
packages/vector_graphics_compiler/CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## NEXT
+## 1.1.20
2
3
+* Fix rgb and rgba color parsing to handle modern CSS syntax
4
* Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
5
6
## 1.1.19
packages/vector_graphics_compiler/pubspec.yaml
@@ -2,7 +2,7 @@ name: vector_graphics_compiler
description: A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
-version: 1.1.19
+version: 1.1.20
7
executables:
8
vector_graphics_compiler:
0 commit comments