quill_delta/quill_delta library
Implementation of Quill Delta format in Dart.
Classes
- Delta
- Delta represents a document or a modification of a document as a sequence of insert, delete and retain operations.
- DeltaIterator
- Specialized iterator for Deltas.
- Operation
- Operation performed on a rich-text document.