File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGES
2
2
3
+ ## 2.0.4
4
+
5
+ - Newer version of vector_graphics.
6
+ - Caching bug fix.
7
+ - Reintroduce clipBehavior.
8
+
3
9
## 2.0.3
4
10
5
11
- Require newer version of vector_graphics.
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: flutter_svg
2
2
description : An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
3
3
repository : https://github.com/dnfield/flutter_svg
4
4
issue_tracker : https://github.com/dnfield/flutter_svg/issues
5
- version : 2.0.3
5
+ version : 2.0.4
6
6
7
7
dependencies :
8
8
flutter :
9
9
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
13
13
14
14
dev_dependencies :
15
15
flutter_test :
You can’t perform that action at this time.
0 commit comments