quill_format 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.

Functions

hash2(dynamic a, dynamic b) int
Generates a hash code for two objects.
hash3(dynamic a, dynamic b, dynamic c) int
Generates a hash code for three objects.
hashObjects(Iterable objects) int
Generates a hash code for multiple objects.

Typedefs

DataDecoder = Object Function(Object data)
Decoder function to convert raw data object into a user-defined data type.