We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, When I try to build for web I a getting the following error.
/E:/pub_cache/hosted/pub.dev/libserialport-0.3.0+1/lib/src/bindings.dart:990:19: Error: 'Pointer' isn't a type. ffi.Pointer<sp_port_config>, ffi.Int32)>>('sp_set_config_rts'); ^^^^^^^ /E:/pub_cache/hosted/pub.dev/libserialport-0.3.0+1/lib/src/bindings.dart:990:48: Error: 'Int32' isn't a type. ffi.Pointer<sp_port_config>, ffi.Int32)>>('sp_set_config_rts');
the above error is a sample but I am getting too many errors when I try to build. Any help would be a great relief. Thanks
The text was updated successfully, but these errors were encountered:
FFI doesn't support web.
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try to build for web I a getting the following error.
the above error is a sample but I am getting too many errors when I try to build. Any help would be a great relief. Thanks
The text was updated successfully, but these errors were encountered: