html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.

Results 243 html-editor-enhanced issues
Sort by recently updated
recently updated
newest added

Sometimes in various situations I face the "Bad state: No element" exception. **The easiest way to reproduce is:** 1. Load an html containing image into the editor. 2. Tap on...

bug

When we disable the edit option, the editor receive a background color mask that can't be modified. I removed the lib from the project because the background color need to...

enhancement

Can we upgrade the file picker version to latest stable version, it is causing a vulnerability and using getExternalMediaDirs in the older version.

enhancement

How to remove the bottom line with the "burger" icon? Code sample: ```dart HtmlEditor( controller: _controller, otherOptions: const OtherOptions( decoration: BoxDecoration(), ), htmlEditorOptions: HtmlEditorOptions( initialText: widget.initialHtml, hint: widget.placeholder, autoAdjustHeight: false,...

question

**Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering.** I was using version-[1.8.0]...

bug

**Describe the bug** A clear and concise description of what the bug is. When clicked on Style button which changes the text type from normal to code type or to...

bug

How to create custom toolbar icons and it automatically set to default when the formatted text deleted. the icon reset to unselected mode .

question

when i set text by pressing button 'insert text' the input have wrong height when I remove characters from the field, the field still expands when i press other buttons...

bug

**Describe the bug** when I have a alertDialog that overlap the editor, the mouse still change to a text cursor and when I click on my dialog the focus go...

bug

Fix theme properties that caused crashing & updated dependencies