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 cce339e commit 08792f3Copy full SHA for 08792f3
packages/vector_graphics/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.16
2
+
3
+* Fixes some memory leaks.
4
5
## 1.1.15
6
7
* Updates error handling in VectorGraphicWidget to handle errors when the bytes of the graphic cannot be loaded.
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
-version: 1.1.15
+version: 1.1.16
environment:
8
sdk: ^3.4.0
0 commit comments