Skip to content

Commit 69b4453

Browse files
committed
Revert flutter_svg release metadata
1 parent 3022801 commit 69b4453

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

third_party/packages/flutter_svg/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 2.3.0
2-
3-
* Adds `imageBuilder` property to `SvgPicture` for wrapping the loaded SVG widget.
4-
51
## 2.2.4
62

73
* Updates README with example to scale SVG without losing quality

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.3.0
5+
version: 2.2.4
66

77
environment:
88
sdk: ^3.9.0
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
http: ^1.0.0
15-
vector_graphics: ^1.2.0
15+
vector_graphics: ^1.1.13
1616
vector_graphics_codec: ^1.1.11+1
1717
vector_graphics_compiler: ^1.1.14
1818

0 commit comments

Comments
 (0)