tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
272 stars 322 forks source link

[QUESTION] Editor dynamic height. #430

Open dylan-kwon opened 1 year ago

dylan-kwon commented 1 year ago

Can you dynamically adjust the size of an HTML editor based on the length of its content?

I want to place the editor inside a scroll view and use dynamic height along with minHeight.

VishaliOSRapidops commented 1 year ago

Yes, it should be.