File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
packages/vector_graphics_compiler Expand file tree Collapse file tree 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+
15## 1.1.13
26
37* 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';
1818import 'src/vector_instructions.dart' ;
1919
2020export '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' ;
2222export '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' ;
2424export 'src/geometry/basic_types.dart' ;
2525export 'src/geometry/matrix.dart' ;
2626export 'src/geometry/path.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: vector_graphics_compiler
22description : A compiler to convert SVGs to the binary format used by `package:vector_graphics`.
33repository : https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler
44issue_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
66
77executables :
88 vector_graphics_compiler :
@@ -31,8 +31,7 @@ dev_dependencies:
3131 flutter_test :
3232 sdk : flutter
3333 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
3635 vector_math : ^2.1.2
3736
3837platforms :
You can’t perform that action at this time.
0 commit comments