Ellet
Ellet
Still need a bit more time before working on #2251 or fully reviewing this change. We need some tests to ensure that we're not exposing any file that have `@internal`...
@CatHood0 Do you want me to handle those conflicts? If yes, then I need to push changes to your fork or create a new PR since I'm unable to push...
Can you push your branch to this repo instead so we can both make changes? Since I only plan to make minor changes, including fixing conflicts.
> I definitely need to document everything, it's really tiring to see so many RenderObjectElement or RenderBox or RenderContentProxyBox without clear and concise documentation. This is a bit out of...
I'm not sure about the question. Can you give me more specific example? Accessing the clipboard and determining if this is a file or file path is not is not...
> missing the direct file copy functionality. This functionality is being implemented in #2230. This is already a feature when using `super_clipboard` with `flutter_quill` but we moved it to another...
> Is there a feature similar to onImagePaste that can be used? Fixed in [11.0.0-dev.12](https://pub.dev/packages/flutter_quill/versions/11.0.0-dev.12/changelog#1100-dev6---2024-11-09) (see #2350). You can use `QuillClipboardConfig` with callbacks to customize the paste behavior.
> YouTube will be discounted It looks like we might need this change as soon as possible as it's causing build issues on **macOS** and **Windows**. See #1192 and #2280....
Can you confirm if this issue exists on older versions (before the magnifier feature #2026)? ```yaml flutter_quill: 9.5.23 ```
> if (Theme.of(_state.context).isCupertino) I'm not sure about this check either, it seems this is a platform-specific check that allows the use of `Theme` which allows overriding the platform, leading to...