@ -40,3 +40,6 @@
## [0.1.4]
* 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