Support text alignment

pull/13/head
singerdmx 4 years ago
parent 66d8a4eacb
commit 486b823d35
  1. 5
      CHANGELOG.md
  2. 1
      lib/widgets/text_line.dart
  3. 2
      pubspec.yaml

@ -39,4 +39,7 @@
* Handle cursor position change when undo/redo.
## [0.1.4]
* Handle url with trailing spaces.
* Handle url with trailing spaces.
## [0.1.5]
* Support text alignment.

@ -45,6 +45,7 @@ class TextLine extends StatelessWidget {
final textAlign = _getTextAlign();
RichText child = RichText(
text: _buildTextSpan(context),
textAlign: textAlign,
textDirection: textDirection,
strutStyle: strutStyle,
textScaleFactor: MediaQuery.textScaleFactorOf(context),

@ -1,6 +1,6 @@
name: flutter_quill
description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App.
version: 0.1.4
version: 0.1.5
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill.git

Loading…
Cancel
Save