Ellet
Ellet
> @singerdmx It's disappointing that this is closed. Based on what I see in the official Quill doc/code, hex colors should always be 3 or 6 digits. Don't worry, it's...
> After the update, there were many errors, such as the issue of QuillProvider not existing We have removed it and only using it internally, check the example, migration guide...
Thank you for the report, we will take a look at this soon.
Reopened because the converter is experimental and not perfect at all and it used only for pasting contents from external websites
Hi, thank you for the report, can you try the dev version on pub.dev or in the GitHub dev branch to confirm if this issue exists?
> > Hi, thank you for the report, can you try the dev version on pub.dev or in the GitHub dev branch to confirm if this issue exists? > >...
Do you know what does it selects?
> > Do you know what does it selects? > > If you tap select , it selects the "last word" e.g. "This is a text" the last "text" will...
Flutter only supports the following by default: ```dart required final ClipboardStatus? clipboardStatus, required final VoidCallback? onCopy, required final VoidCallback? onCut, required final VoidCallback? onPaste, required final VoidCallback? onSelectAll, required final...
> > Flutter only supports the following by default: > > > > ```dart > > required final ClipboardStatus? clipboardStatus, > > required final VoidCallback? onCopy, > > required final...