Ellet
Ellet
> Base editor version: no style is preserved, including when a text is copied from the editor itself. If you copy anything from the editor and paste it somewhere else...
`flutter_quill_extensions` already have `super_clipboard` as a dependency.
Seems like an android feature, will add it and provide a property that should be enabled and user can enable it on other platforms, by default will be for Android.
Does fixing this issue in a clean way require native code? Is it only for mobile? > Does this issue still persists? If not i will close it. Should still...
It's already disabled by default, do you mean excluding `super_clipboard` dependency from `flutter_quill_extensions`? Related issues: - https://github.com/singerdmx/flutter-quill/pull/1914 - https://github.com/singerdmx/flutter-quill/issues/1991#issuecomment-2217253131 We initially wanted to move `super_clipboard` plugin implementation into its own...
Yes, we should revert any related changes that caused related regression after the review. #2060 and #2063 Fix RTL issues as the title says, so it's supposed to fix this...
Thank you for the insight. Have not tested it yet, if this is the case then we should not revert, instead improve the fix.
> You shouldn't pay attention to the names of the branches I create, because I name them first and then analyze the root of the problem that the branch is...
Not related to the issue, though we recommend using the same version for all packages from this repository for better compatibility, we might import some non public API from `flutter_quill`...
There are similar issues related to this, will reopen it since I do plan on a solution when I have the time, should not make changes directly to `flutter_quill` for...