Results 530 comments of Ellet

Do you want to ensure that users can't copy images from other apps and paste them into your app? Or customize something? How is it being handled or only allow...

> Since Flutter's SystemContextMenu only supports text in the clipboard, if there is an image in the clipboard, SystemContextMenu will not provide the Paste Menu. We do have [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge) to...

Thanks for your contribution. > Closes #[Issue Number] LGTM, but was an AI used to solve this issue?

> (I'm running v8.6.4 btw) Are there any blockers that prevent migrating to a newer version? > Am I missing something obvious? We do use the`url_launcher` plugin. Can you update...

Can you share a video showing the issue on Android or iOS? Did you encounter this issue on the web? > Updated to version 9.3.11 (I'm constrained by Flutter version...

> Any ideas? It's solvable. We need to lower the version constraints in `pubspec.yaml` to a compatible one since we don't need any specific features in `0.19.0`. As for the...

> (I'm constrained by Flutter version at the moment - 3.19.5 ) You should be able to use the latest version now, though the issue was only fixed in the...

I was unable to use a version other than `0.19.0` of `intl` to avoid CI failure. Use the latest version from the `release/v11` branch. The [changes that fix this issue](https://github.com/singerdmx/flutter-quill/pull/2338/commits/dd49060ddbe167aec7183c0e428ed154723a0d1d)...

Thank you for the report, was this an issue before `10.8.4`? Can you try version `10.7.7` to confirm if the issue exists?

Thanks for the check, I assumed there is a possibility that somehow it's related to #2230, though it's very unlikely. I don't think the editor widget is optimized and designed...