vsc_quill_delta_to_html library

Classes

BlockGroup
BlotBlock
ConverterOptions
DeltaInsertOp
EnumValueType
Grouper
HtmlParts
InlineGroup
InlineStyles
InlineStyleType
InsertData
InsertDataCustom
InsertDataQuill
InsertOpDenormalizer
Denormalization is splitting a text insert operation that has new lines into multiple ops where each op is either a new line or a text containing no new lines.
InsertOpsConverter
Converts raw delta insert ops to array of denormalized DeltaInsertOp objects.
ListGroup
ListItem
ListNester
Mention
MentionSanitizer
OpAttributes
OpAttributeSanitizer
OpAttributeSanitizerOptions
OpConverterOptions
OpLinkSanitizer
OpToHtmlConverter
Converts a single Delta op to HTML.
QuillDeltaToHtmlConverter
Converts Quill's Delta format to HTML (insert ops only) with properly nested lists. It has full support for Quill operations - including images, videos, formulas, tables, and mentions. Conversion can be performed in vanilla Dart (i.e., server-side or CLI) or in Flutter.
SingleItem
TableCell
TableGroup
TableGrouper
TableRow
TDataGroup
VideoItem

Constants

brTag → const String
defaultInlineFonts → const Map<String, String>
newLine → const String

Properties

defaultInlineStyles InlineStyles
final

Typedefs

UrlSanitizerFn = String? Function(String url)