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
trafficstars

Thank you for this awesome package. i suggest to replace `CustomDropdownButton `with [`DropdownSearch `](https://pub.dev/packages/dropdown_search). i'm facing some scroll and click issues with the current `CustomDropdownButton` (used on Web). For example...

enhancement

![screen 2024-12-15 134158](https://github.com/user-attachments/assets/b78364a1-bdc7-4eb7-a183-a98718596691) The cursor starts from the second line.

question

**Is your feature request related to a problem? Please describe.** I am facing a dependency conflict issue while resolving packages in my Flutter project. Specifically, the conflict arises between `html_editor_enhanced`,...

enhancement

In my HTML editor in Flutter, after adding the images to the editor it shows images perfectly and when I click on the image it gives the resizing, floating options...

question

In my HTML editor in Flutter, after adding the images to the editor it shows images perfectly and when I click on the image it gives the resizing, floating options...

bug

I've implemented custom font menu by using this method https://github.com/tneotia/html-editor-enhanced/issues/59#issuecomment-860104165 but when using the editor, is there any way to properly update the dropdown with the value of the existing...

question

**Describe the bug** When we change the toolbarType default(nativeScrollable) to any of the other options like nativeExpandable or nativeGrid then separatorWidget got removed. **To Reproduce** Steps to reproduce the behavior:...

bug

Good afternoon! Please tell me how to change the language or name of these styles and hide unnecessary ones? Also please tell me why the buttons automatically took on the...

question

Type question here. How the change the font of text and change the color of cursor ![image](https://user-images.githubusercontent.com/92210898/203487366-a188b5eb-df40-4589-b81a-528fcb29a482.png) Can anyone please help me with this ... its little urgent

question

Fixed assets Removed dependence to lint package. Removed some files that should not be commited. This package should be inside dev_dependencies. As it was not used at all (no `analysis_options.yaml`...