-
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
ffi imported when compiling for web wasm #244
Comments
Works well with javascript web |
+1 |
Happens with |
This is currently breaking our build pipeline as well, downgrading to 3.22.1 fixed it |
thank for sharing, I work well build success with |
Hi, any another workaround instead of we downgrade to Flutter 3.22.1. I think that solution just for short term only, we need to fixed it for long term solution? Because Flutter SDK will always upgraded? |
any updates? |
You can use one of these overrides in your
|
|
Thank you for your support! I will open a issue in |
I tried this override:
and it solved the issue when running |
../../../../../../.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.1.11+1/lib/src/svg/_tessellator_ffi.dart:6:1: Error: 'dart:ffi' can't be
imported when compiling to Wasm.
import 'dart:ffi' as ffi;
The text was updated successfully, but these errors were encountered: