Bug fix for text direction rtl

pull/681/head
X Code 3 years ago
parent e667f748dd
commit 46a5cde77c
  1. 3
      CHANGELOG.md
  2. 1
      lib/src/models/documents/attribute.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [4.0.4]
* Bug fix for text direction rtl.
# [4.0.3]
* Support text direction rtl.

@ -32,6 +32,7 @@ class Attribute<T> {
Attribute.placeholder.key: Attribute.placeholder,
Attribute.header.key: Attribute.header,
Attribute.align.key: Attribute.align,
Attribute.direction.key: Attribute.direction,
Attribute.list.key: Attribute.list,
Attribute.codeBlock.key: Attribute.codeBlock,
Attribute.blockQuote.key: Attribute.blockQuote,

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

Loading…
Cancel
Save