Skip to content
Ben Kubota edited this page Jun 3, 2021 · 9 revisions

Super Editor is an open source, configurable, extensible text editor and document renderer for Flutter apps.

To get started with Super Editor, please see the README.

To contribute to Super Editor, please see the CONTRIBUTING guide.

To see what's changed across versions, please see the CHANGELOG.

Get Started

To quickly see Super Editor in action, clone the super_editor project and run the /example app.

To display an editor in your project, see How to: display an editor.

To display custom components within an editor, see How to: custom UI component.