quill_delta_docx 0.1.2 copy "quill_delta_docx: ^0.1.2" to clipboard
quill_delta_docx: ^0.1.2 copied to clipboard

Quill Delta <-> DOCX (Office Open XML) conversion. Pure Dart. Importer pivots through HTML; exporter writes OOXML directly.

0.1.2 - 2026-05-14 #

  • Bump xml constraint to ^7.0.0 and switch deprecated namespace: parameter to namespaceUri: across the OOXML reader. Clears xml 7 deprecation warnings.
  • Drop unnecessary null assertion on ZipEncoder().encode(...) (archive 4 returns non-nullable List<int>).
  • Package leaves the monorepo workspace so it can resolve xml: ^7.0.0 independently of package:pdf's xml <7 pin.

0.1.1 - 2026-05-11 #

  • Bump archive constraint to ^4.0.0 (track latest stable).
  • Widen xml constraint to >=6.5.0 <8.0.0 (xml 7 supported; xml 6 still resolves transitively through package:pdf).

0.1.0 - 2026-05-11 #

Initial release.

  • .docxDelta import: paragraphs, runs (bold/italic/underline/ strike/color/size), headings, bullet/ordered/checked lists (via numbering.xml), hyperlinks, embedded images (via word/_rels/document.xml.rels + word/media/)
  • Delta.docx export: full OOXML package ([Content_Types].xml, _rels/.rels, word/document.xml, word/_rels/document.xml.rels, word/styles.xml, word/numbering.xml)
  • Sync entry points (importSync / exportSync)
  • Out of scope for v0.1: tables, comments, track changes, footnotes, embedded objects, themes
0
likes
160
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Quill Delta <-> DOCX (Office Open XML) conversion. Pure Dart. Importer pivots through HTML; exporter writes OOXML directly.

Repository (GitHub)
View/report issues
Contributing

Topics

#quill #delta #docx #ooxml #converter

License

MIT (license)

Dependencies

archive, dart_quill_delta, quill_delta_core, quill_delta_html, xml

More

Packages that depend on quill_delta_docx