Skip to content

Commit c6ec463

Browse files
committed
bumps
1 parent bd80505 commit c6ec463

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGES
22

3+
## 2.0.4
4+
5+
- Newer version of vector_graphics.
6+
- Caching bug fix.
7+
- Reintroduce clipBehavior.
8+
39
## 2.0.3
410

511
- Require newer version of vector_graphics.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ 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/dnfield/flutter_svg
44
issue_tracker: https://github.com/dnfield/flutter_svg/issues
5-
version: 2.0.3
5+
version: 2.0.4
66

77
dependencies:
88
flutter:
99
sdk: flutter
10-
vector_graphics: ^1.1.3
11-
vector_graphics_codec: ^1.1.3
12-
vector_graphics_compiler: ^1.1.3
10+
vector_graphics: ^1.1.4
11+
vector_graphics_codec: ^1.1.4
12+
vector_graphics_compiler: ^1.1.4
1313

1414
dev_dependencies:
1515
flutter_test:

0 commit comments

Comments
 (0)