-
Notifications
You must be signed in to change notification settings - Fork 959
Fixes flutter 3.32 desktop crash #2579
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
Fixes flutter 3.32 desktop crash #2579
Conversation
FYI, this fixes the bug on Windows as well. |
The bug reported in the flutter repo also mentions that |
@singerdmx Can we get this merged please? |
@theniceboy rebase with the latest master may fix the test error. I'm looking for this too. |
Please 🙏 |
Another vote for merging this change in. Can't use Quill on macOS at all without this fix. Crashes as soon as you try to use the editor ... Tried on both Flutter 3.32.2 and 3.32.5 and the same results. Once I manually added the fix, no more crashes. |
Quill is totally broken on Flutter 3.32.6 😢 |
please merge. |
I will merge it soon. |
The failing test added in #2616 now passes after merging this PR. |
Description
Flutter issue: flutter/flutter#169204
Related Issues
Fixes #2572
Fixes #2575
Type of Change