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

feat: add multiple flutter engine support. #338

Merged
merged 6 commits into from
May 24, 2023
Merged

Conversation

andycall
Copy link
Member

@andycall andycall commented May 9, 2023

Combine the lifecircle between dart thread and QuickJS to support running in the multiple flutter engine modes.

Additionally, fix several bugs caused by uncoordinated life cycles between Dart and QuickJS threads.

Fixed #316

@andycall andycall changed the title Fix: match dart's lifecircle with quickjs and bindings feat: add multiple flutter engine support. May 10, 2023
@andycall andycall changed the title feat: add multiple flutter engine support. [WIP]: feat: add multiple flutter engine support. May 10, 2023
@andycall andycall changed the title [WIP]: feat: add multiple flutter engine support. feat: add multiple flutter engine support. May 11, 2023
@andycall andycall force-pushed the fix/dart_context_dispose branch 2 times, most recently from 483d212 to ef3dcd8 Compare May 16, 2023 03:13
@andycall andycall requested review from ErosZy and XGHeaven May 24, 2023 04:19
@andycall andycall added this pull request to the merge queue May 24, 2023
Merged via the queue into main with commit 2c783b9 May 24, 2023
@andycall andycall deleted the fix/dart_context_dispose branch May 24, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

使用多页面时,释放会导致崩溃
3 participants