@ -1,3 +1,6 @@
# [5.0.4]
* Added onVideoInit callback for video documents.
# [5.0.3]
* Update dependencies.
@ -101,7 +101,9 @@ abstract class Node extends LinkedListEntry<Node> {
super.unlink();
}
void adjust() {/* no-op */}
void adjust() {
/* no-op */
/// abstract methods begin
@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 5.0.3
version: 5.0.4
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill