fleather
fleather copied to clipboard
Soft and gentle rich text editing for Flutter applications.
## Steps to Reproduce With editor - Create list item (using for example "- " markdown shortcut) - Create indented list item (using for example enter + tab) - Encode...
Added a copy button to the top right corner of the code block, click to copy all the code, like this:
Hi brother, I would like to know how to add a copy button to a code block that when clicked copies everything in that code block. I tried to handle...
I need to have 2 different FleatherFields & I don't want to have 2 toolbars shown at the same time - so depending on the focused field, I show toolbar...
## Steps to Reproduce hi,bro, thanks for such a great extension that saves me a lot of development time. In the process of using it I found a problem and...
## Steps to Reproduce 1. Wrap your FleatherToolbar with a FleatherTheme 2. Observe heading styles are not reflected when choosing a heading from toolbar 3. Specifically heading 5 is always...
When the cursor moves outside of the view (or behind the keyboard), the parent scrollable should scroll so that the cursor stays in view, the same way that TextFormField does....
## Steps to Reproduce 1. Add a horizontal rule using the rich text editor 2. Convert your document to markdown using ParchmentMarkdownCodec().encode(document) 3. Notice the horizontal rule is not present...
## Steps to Reproduce 1. Create a normal FleatherField 2. Before typing anycharacters, insert a horizontal rule 3. Continue to type as per normal, creating new lines 4. Notice that...