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.
When I uploaded an image, the onImageUpload function was not called as expected. I can also reproduce it on my colleague’s computer. Looking forward to your reply `callbacks: Callbacks( onImageUpload:...
**Describe the bug** Using callbacks onInit and controller.setFullscreen() to remove the drag bar works on android but on web it will make the hint text disappear. **To Reproduce** Steps to...
**Describe the bug** When Editor is in dark mode, edited text shows in white (`#ffffff`) as expected, but when html text is created (`controller.getText()`) there no `` tag wrapping the...
Type question here. Hi @tneotia, I have two questions. **Query1** Whether any way to give input as HTML string and get output as processed formatted text in the editor. I...
How to change text/hint font style and size in HtmlEditor? Not able to figure out the right format for HtmlEditorOptions.customOptions to achive it.
Shows error Exception: HTML editor is still loading, please wait before evaluating this JS.. When inserting HTML using `controller.insertHtml();` and never updating the widget. Error: `Exception: HTML editor is still...
Not sure if this specific aspect has been addressed in other issues... The keyboard is still visible and `onBlur()` callback does not get called. No console output in IDEA to...
First, thanks for the editor, this package mean a lot for me :) My problem is, when I build the app with `flutter build web` or `flutter build web --web-renderer...
this moves calling `initSummernote` from the `initState` (which doesn't support async initialization) to the build method using a `FutureBuilder` and an `AsyncMemoizer`
I tried to add a new link via controllers insertLink method providing a regular name and a url value of "www.google.com". This was done right after the initalization and it...