flutter_quill_delta_easy_parser library

Classes

BlockMergerBuilder
BlockMergerBuilder is focused in merge only paragraphs with the same block-attributes
CommonMergerBuilder
CommonMergerBuilder is focused in merge paragraphs with the same block-attributes or if them are inlines and accept also merge embeds if mergeEmbeds param is true
Document
Represents a structured document consisting of paragraphs.
DocumentParser
A Easy-to-use converter that transform Quill Delta into a Document formatting.
Line
Represents a line of data with associated attributes.
MergerBuilder
Accumulator is a base class that give to us some methods that let us build
NoMergeBuilder
NoMergeBuilder does not accumulate nothing and return the paragraphs as are generated
Paragraph
Represents a paragraph consisting of lines of text or embedded content with optional attributes.
RichTextParser
Represents a parser that converts the Quill Delta operations into a structured document format.
TextFragment

Enums

ParagraphType
Enumerates different types of paragraphs that can be represented.