Skip to content

Fix segfault when running with Flutter 3.0 #663

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

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

bltavares
Copy link
Contributor

The release of Flutter 3.0 caused apps to segfault when running with hover.
The issue seems to be related to an updated ABI that required new headers to be
compiled into go-flutter to make the interop compatible.

This commit updates the embedder.h file to match the latest file from
flutter/flutter allowing applications to run with the new version.

The release of Flutter 3.0 caused apps to segfault when running with hover.
The issue seems to be related to an updated ABI that required new headers to be
compiled into `go-flutter` to make the interop compatible.

This commit updates the `embedder.h` file to match the latest file from
`flutter/flutter` allowing applications to run with the new version.
@pchampio pchampio self-requested a review June 30, 2022 19:34
Copy link
Member

@pchampio pchampio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that you are telling me this, I remember!
It is not the first time updating the embedder.h header file fixes some of our issues.
Thanks!

@pchampio pchampio merged commit b1f6af9 into go-flutter-desktop:master Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants