super_editor 0.1.0 
super_editor: ^0.1.0 copied to clipboard
Configurable, composeable, extensible text editor and document renderer for Flutter.
0.1.0 June 3, 2021 #
The first release of Super Editor.
- Document and editor abstractions
- See 
Documentfor a readable document - See 
MutableDocumentfor a mutable document - See 
DocumentEditorto commit document changes in a transactional manner - See 
DocumentSelectionfor a logical representation of selected document content - See 
DocumentLayoutfor the base abstraction for a visual document layout 
 - See 
 - Out-of-the-box editor: Commonly used types of content, visual layout, and user interactions are supported
by artifacts available in the 
default_editorpackage. - Markdown serialization is available in the 
serializationpackage. - SuperTextField: An early version of a custom text field called 
SuperTextFieldis available in theinfrastructurepackage. - SuperSelectableText: All text display in Super Editor is based on the 
SuperSelectableTextwidget, which is available in theinfrastructurepackage. - AttributedText: a logical representation of text with attributed spans is available
in the 
infrastructurepackage. - AttributedSpans: a logical representation of attributed spans is available in the
infrastructurepackage.