Editor Freezes When Pasting Text on eLinux Platform (Works Fine on Linux) #2671
Unanswered
mineshp-mecha
asked this question in
Mobile
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for creating such an awesome library 🙏.
I’m currently using flutter-elinux to run a Flutter app on my embedded device.
I have two target platforms for my app:
🖥️ Linux (standard)
🧩 eLinux (via flutter-elinux)
🐛 Issue Description
When using the eLinux platform, the Flutter Quill editor freezes and becomes unresponsive when I try to paste text inside the editor. After a few seconds, the system shows a prompt asking to force quit the application.
When I run the same code on the standard Linux platform, everything works smoothly — pasting text into the editor does not cause any issues.
OS: Ubuntu 24.04.2 LTS
Flutter version: 3.29.3
Channel: [user-branch]
Engine revision: cf56914b32
Framework revision: ea121f8859 (2025-04-11)
Dart: 3.7.2
DevTools: 2.42.3
Beta Was this translation helpful? Give feedback.
All reactions