You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that #530 is merged, there is support for asset transformation. However, when using vector_graphics_compiler the .svg() integrations throw an error at runtime due to failing to parse XML. It seems that flutter_gen expects the .svg files to not be compiled.
I opted to label this issue as a bug instead of a feature request because the error is only encountered at runtime, but feel free to change.
Is there an existing issue for this?
Version
5.6.0
Command type
build_runner (Default)
What happened?
Now that #530 is merged, there is support for asset transformation. However, when using vector_graphics_compiler the
.svg()
integrations throw an error at runtime due to failing to parse XML. It seems that flutter_gen expects the.svg
files to not be compiled.I opted to label this issue as a bug instead of a feature request because the error is only encountered at runtime, but feel free to change.
Relevant a pubspec.yaml.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: