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
This seems to be a regression with the linux gtk plugin as flutter 3.22.2 doesn't support compiling to wasm with dart:ffi.
I get the following error message:
../../../.pub-cache/hosted/pub.dev/gtk-2.1.0/lib/src/gtk_settings_real.dart:2:1: Error: 'dart:ffi' can't be imported when
compiling to Wasm.
import 'dart:ffi' as ffi;
So the app_links_linux part might cause the issue. I guess a conditional import might help.
Describe the bug
I can't built my app for wasm because this package is not supporting it. As it is stable in flutter now, it would be nice if it is supported.
The text was updated successfully, but these errors were encountered: