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 2c5fbba commit 3f59a98Copy full SHA for 3f59a98
2 files changed
packages/vector_graphics/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## NEXT
+## 1.2.3
2
3
* Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
4
* Fixes a crash when a `semanticsLabel` is provided without an ambient `Directionality` (flutter/flutter#175532).
packages/vector_graphics/pubspec.yaml
@@ -2,7 +2,7 @@ name: vector_graphics
description: A vector graphics rendering package for Flutter using a binary encoding.
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5
-version: 1.2.2
+version: 1.2.3
6
7
environment:
8
sdk: ^3.10.0
0 commit comments