Skip to content

Commit da51281

Browse files
authored
[flutter_svg] wasm compatibility (#8014)
Make `flutter_svg` wasm compatible
1 parent f0b38ad commit da51281

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

third_party/packages/flutter_svg/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.14
2+
3+
* Makes the package WASM compatible.
4+
15
## 2.0.13
26

37
* Relaxes the dependency constraints on vector_graphics, vector_graphics_codec,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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';

third_party/packages/flutter_svg/pubspec.yaml

Lines changed: 3 additions & 3 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.13
5+
version: 2.0.14
66

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

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)