Skip to content
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

Closed
lhoward opened this issue Jul 18, 2023 · 2 comments · Fixed by #354
Closed

Missing FlutterDesktopPluginRegistrarGetView() header #348

lhoward opened this issue Jul 18, 2023 · 2 comments · Fixed by #354

Comments

@lhoward
Copy link
Contributor

lhoward commented Jul 18, 2023

FlutterDesktopPluginRegistrarGetView() is missing from common/public/flutter_plugin_registrar.h, which means it's compiled with C++ instead of C linkage.

@lhoward
Copy link
Contributor Author

lhoward commented Jul 18, 2023

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
@HidenoriMatsubayashi
Copy link
Contributor

Fixed this issue. Thank you, Ihoward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants