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.
**Is your feature request related to a problem? Please describe.** How can we add the MathJax support for mobile devices? **Describe the solution you'd like** For starters, View only support...
Hello! i like your plugin, but i got a problem. If user copy text or content from website then paste it to html editor, styles come too. How to cleaning...
On the iOS simulator there is no text area showing, but there is a toolbar. - Toolbar is different from the Summernote toolbar in that it stretches across the screen...
Hello all, the PR at https://github.com/flutter/flutter/pull/83537 now enables support for rich content (ie any widget under the sun) inside the stock editable text. This is absolutely *huge* for the future...
Hi @tneotia, First of all, this is a great package after I try several functionalities. I am planning to adopt this package into my flutter web project. However, I found...
Environment tested : Oneplus 6, android steps to reproduce: focus at the end of the line, and press enter (return key) multiple times. cursor was still in same position. but...
Darkmode to be able to change state whenever it is true or false without hot reload to see the effect
Type question here.  /// Adds a character limit to the editor. /// /// NOTE: ONLY WORKS ON iOS AND WEB PLATFORMS!! final int? characterLimit; **Character limit, can Android set?**???
**Describe the bug** Hi, the editor is working properly on web, but on android its causing some rendering issue. Could you please check this. Thanks ![Screenshot 2022-08-12 at 11 44...
Hi, Thank you guys for your awesome package i want use evaluateJavascript function but htmlEditorController doesn't have evaluateJavascript just has evaluateJavascriptWeb function how to change evaluateJavascriptWeb to evaluateJavascript? Can you...