Skip to content

[linux] remove emission hook when plugin dispose - #567

Closed
boyan01 wants to merge 1 commit into
leanflutter:mainfrom
boyan01:main
Closed

boyan01 wants to merge 1 commit into
leanflutter:mainfrom
boyan01:main

Conversation

@boyan01

@boyan01 boyan01 commented Oct 19, 2025

Copy link
Copy Markdown
Contributor

fix crash when second flutter window closed

this should close #549

@lijy91

lijy91 commented Sep 21, 2026

Copy link
Copy Markdown
Member

Thank you for the PR, and sorry it sat here so long. window_manager 0.5.x is no longer maintained: from 0.6.0 window_manager is rebuilt on nativeapi (Flutter package: nativeapi), and the platform code in this repo's main branch goes away, so I'm closing PRs against it.

window_manager 0.6.0 no longer ships its own Linux plugin code (no emission hook), and nativeapi supports secondary Flutter windows natively through package:nativeapi/windowing.dart.

@lijy91

lijy91 commented Sep 21, 2026

Copy link
Copy Markdown
Member

Follow-up: this is now tracked in libnativeapi/nativeapi#60. If you'd like to port the fix there, it's very welcome.

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.

window_manager and desktop_multi_window are used at the same time, and closing the window easily leads to software crash

2 participants