Upgrade to 5.0.4

pull/876/head
X Code 3 years ago
parent 93eac03f93
commit b2d0f7b9ac
  1. 3
      CHANGELOG.md
  2. 4
      lib/src/models/documents/nodes/node.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [5.0.4]
* Added onVideoInit callback for video documents.
# [5.0.3] # [5.0.3]
* Update dependencies. * Update dependencies.

@ -101,7 +101,9 @@ abstract class Node extends LinkedListEntry<Node> {
super.unlink(); super.unlink();
} }
void adjust() {/* no-op */} void adjust() {
/* no-op */
}
/// abstract methods begin /// abstract methods begin

@ -1,6 +1,6 @@
name: flutter_quill name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 5.0.3 version: 5.0.4
#author: bulletjournal #author: bulletjournal
homepage: https://bulletjournal.us/home/index.html homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save