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.
Typedefs
-
DataDecoder(
Object data) → Object -
Decoder function to convert raw
data
object into a user-defined data type. [...]