html-editor-enhanced icon indicating copy to clipboard operation
html-editor-enhanced copied to clipboard

Listen to text changes

Open nikhil-viewzen opened this issue 1 year ago • 2 comments

Is there a way to addEventlistener to controller so that I can listen to text editor changes

nikhil-viewzen avatar Jun 27 '24 22:06 nikhil-viewzen

I think we have callback to achieve this

Aruljebaraj avatar Jul 25 '24 05:07 Aruljebaraj

HtmlEditor( controller: controller, callbacks: Callbacks( onChangeContent: (value) { debugPrint('value'); }, ), ),

ymerdrengene avatar Oct 30 '24 08:10 ymerdrengene