- Notifications
You must be signed in to change notification settings - Fork548
Soft and gentle rich text editing for Flutter applications.
memspace/zefyr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Soft and gentle rich text editing for Flutter applications.
You are viewing early dev preview version of this package which is no longer actively maintained.To follow latest updates see dev releases for1.0.0-dev.x
versions. You can learn more aboutupcoming 1.0.0 release here:#409
For questions and general discussions check out ourSpectrum community.
Zefyr's rich text editor is built with simplicity and flexibility inmind. It provides clean interface for distraction-free editing. ThinkMedium.com-like experience.
Ever needed to have a heading line inside of a quote block, like inthis Markdown block:
And I'm a regular paragraph
Zefyr can deliver exactly that:
Zefyr's document model uses data format compatible withOperational Transformation which makes it possible to use forcollaborative editing use cases or whenever there is a need forconflict-free resolution of changes.
Zefyr editor uses Quill.jsDelta as underlying data format. Readmore about Zefyr and Deltas in ourdocumentation.Make sure to checkoutofficial documentation for Delta formatas well.