A minimalist, fast, and easy-to-integrate WYSIWYG editor for Flutter, designed to deliver the best performance without sacrificing functionality.
Actively in development (not production-ready). Current state of features
- Minimal setup: Works right out of the box as expected
- Optimized performance: With the aim of having the maximum possible performance regardless of the size of the document
- Built-in VIM mode: Efficient VIM-style movement (
VIM_MODE
) - Flexible conversion from multiple formats:
- Markdown
- Plain text
- Quill Deltas
Document
(flutter_quill_delta_easy_parser) toEasyDocument
We aim to build an editor that:
- Is noticeably faster than other solutions
- Offers productivity shortcuts for power users
- Maintains a simple and intuitive API