html-editor-enhanced
html-editor-enhanced copied to clipboard
A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
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...
 The cursor starts from the second line.
**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`,...
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...
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...
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...
**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:...
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...
Type question here. How the change the font of text and change the color of cursor  Can anyone please help me with this ... its little urgent
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`...