Skip to content

Commit 9672f24

Browse files
committed
feat: increase version
1 parent 6b408ed commit 9672f24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/packages/flutter_svg/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_svg
22
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
33
repository: https://github.com/flutter/packages/tree/main/third_party/packages/flutter_svg
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_svg%22
5-
version: 2.0.11
5+
version: 2.0.12
66

77
environment:
88
sdk: ^3.4.0
@@ -13,7 +13,7 @@ dependencies:
1313
sdk: flutter
1414
http: ^1.0.0
1515
# See https://github.com/flutter/flutter/issues/157626
16-
vector_graphics: ">=1.1.11+1 <= 1.1.12"
16+
vector_graphics: ">=1.1.14"
1717
vector_graphics_codec: ">=1.1.11+1 <= 1.1.12"
1818
vector_graphics_compiler: ">=1.1.11+1 <= 1.1.12"
1919

0 commit comments

Comments
 (0)