File tree 3 files changed +8
-5
lines changed
packages/vector_graphics_compiler 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.14
2
+
3
+ * Makes the package WASM compatible.
4
+
1
5
## 1.1.13
2
6
3
7
* Relaxes dependency constraint on vector_graphics_codec.
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import 'src/svg/theme.dart';
18
18
import 'src/vector_instructions.dart' ;
19
19
20
20
export 'src/_initialize_path_ops_io.dart'
21
- if (dart.library.html ) 'src/_initialize_path_ops_web.dart' ;
21
+ if (dart.library.js_interop ) 'src/_initialize_path_ops_web.dart' ;
22
22
export 'src/_initialize_tessellator_io.dart'
23
- if (dart.library.html ) 'src/_initialize_tessellator_web.dart' ;
23
+ if (dart.library.js_interop ) 'src/_initialize_tessellator_web.dart' ;
24
24
export 'src/geometry/basic_types.dart' ;
25
25
export 'src/geometry/matrix.dart' ;
26
26
export 'src/geometry/path.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: vector_graphics_compiler
2
2
description : A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5
- version : 1.1.13
5
+ version : 1.1.14
6
6
7
7
executables :
8
8
vector_graphics_compiler :
@@ -31,8 +31,7 @@ dev_dependencies:
31
31
flutter_test :
32
32
sdk : flutter
33
33
test : ^1.20.1
34
- # See https://github.com/flutter/flutter/issues/157626
35
- vector_graphics : " >=1.1.11+1 <= 1.1.12"
34
+ vector_graphics : ^1.1.13
36
35
vector_math : ^2.1.2
37
36
38
37
platforms :
You can’t perform that action at this time.
0 commit comments