Closed uldall closed 5 months ago
I suspect that ffi is somehow incorrectly imported/used even for the web build.
See this comment: https://github.com/dart-lang/sdk/issues/55763#issuecomment-2137201725
try master branch
I changed my fvp dependency to:
fvp:
git:
url: https://github.com/wang-bin/fvp.git
ref: 680c2523447928bc70e587893b5c775b4c4b56c2
and it solved the issue. Thank you!
new version released
Describe the bug Using the following command to build for Web fails when fvp is used:
flutter build web --wasm
Expected behavior The build succeeds.
Log