-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isn't run for flutter web #241
Comments
I can confirm. In my case the assets section of pubspec.yaml has vector_graphics_compiler appied to folders rather than separte files. On MacOS web build just crashes with
on Windows the picture is better and some of SVG files are transformed but finally build also fails with a file error |
I had this issue too but just needed to update my flutter version to |
my crashlog above shows that it happens with flutter 3.22.1 |
When I try to run my code with vector graphics compiler in Flutter Web, the command always finishes with Exit and don't run the code
The text was updated successfully, but these errors were encountered: