Page cover

RichTextEditor

Item on Marketplace

Setup Instructions

Update 03/02/2025 - Update to Library

The Widget has been updated and now works using a callback action instead of writing to FFAppState

  • Create an app or page state e.g HTMLMessage and then

  • Pass an action that updates the state value in the getEditorContent callback action

  • The resulting HTML String can be presented in a webview on FlutterFlow.

Set widget parameters
Update state value

Update 03/07/2024 - Dependency issues

  • Create an app state called HTMLMessage : the app state gets updated on text change

  • After adding the code to your project, add the following javascript code snippet in your project headers

circle-info

This code snippet is to resolve some issues with webview due to the Flutter version update.

Last updated