WYSIWYG editor

This is a WYSIWYG editor based on Fleather for FlutterFlow.

To use the WYSIWYG editor, import its library and use the TextEditor component. Be aware that there is a widget with the same name, but you need to import the component. If you import the widget, the state change can also be handled through an action, but when using the TextEditor as a component, it functions like other FlutterFlow components, with state changes accessible via its text string variable.

7
17 replies