html-editor-enhanced
html-editor-enhanced copied to clipboard
Listen to text changes
Is there a way to addEventlistener to controller so that I can listen to text editor changes
I think we have callback to achieve this
HtmlEditor( controller: controller, callbacks: Callbacks( onChangeContent: (value) { debugPrint('value'); }, ), ),