File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
third_party/packages/flutter_svg Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.14
2
+
3
+ * Makes the package WASM compatible.
4
+
1
5
## 2.0.13
2
6
3
7
* Relaxes the dependency constraints on vector_graphics, vector_graphics_codec,
Original file line number Diff line number Diff line change 1
- export '_file_io.dart' if (dart.library.html ) '_file_none.dart' ;
1
+ export '_file_io.dart' if (dart.library.js_interop ) '_file_none.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 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/flutter/packages/tree/main/third_party/packages/flutter_svg
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_svg%22
5
- version : 2.0.13
5
+ version : 2.0.14
6
6
7
7
environment :
8
8
sdk : ^3.4.0
@@ -12,9 +12,9 @@ dependencies:
12
12
flutter :
13
13
sdk : flutter
14
14
http : ^1.0.0
15
- vector_graphics : ^1.1.11+1
15
+ vector_graphics : ^1.1.13
16
16
vector_graphics_codec : ^1.1.11+1
17
- vector_graphics_compiler : ^1.1.11+1
17
+ vector_graphics_compiler : ^1.1.14
18
18
19
19
dev_dependencies :
20
20
flutter_test :
You can’t perform that action at this time.
0 commit comments