-
Notifications
You must be signed in to change notification settings - Fork 128
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
Missing FlutterDesktopPluginRegistrarGetView() header #348
Comments
Fix will be to add FLUTTER_EXPORT FlutterDesktopViewRef
FlutterDesktopPluginRegistrarGetView(FlutterDesktopPluginRegistrarRef registrar); |
HidenoriMatsubayashi
added a commit
to HidenoriMatsubayashi/flutter-embedded-linux
that referenced
this issue
Aug 4, 2023
Fixed sony#348 Signed-off-by: Hidenori Matsubayashi <[email protected]>
Fixed this issue. Thank you, Ihoward. |
HidenoriMatsubayashi
added a commit
that referenced
this issue
Aug 4, 2023
Fixed #348 Signed-off-by: Hidenori Matsubayashi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FlutterDesktopPluginRegistrarGetView()
is missing fromcommon/public/flutter_plugin_registrar.h
, which means it's compiled with C++ instead of C linkage.The text was updated successfully, but these errors were encountered: