mongol 0.6.0
mongol: ^0.6.0 copied to clipboard
This package provides Flutter widgets to display vertical Mongolian.
0.6.0 2020.10.2 #
- Added
MongolRichTextwith support forTextSpanand its substring text styles. - Added
MongolText.richconstructor to support using a default font theme. - Implemented
textScaleFactor. It existed before but didn't do anything. - Removed the default Menksoft font that was included with the library. This creates a bit more setup but makes the library smaller and allows developers to use any Mongolian font. Also removed MongolFont class.
- Added documentation modified from the standard Flutter docs.
- Changed the license to be in alignment with the Flutter BSD-3 license.
- Updated the demos to include a keyboard and vertical
TextField. These are not in the library yet, but should be fairly easy to reproduce by studying the demos. - Added more tests.
0.5.0 2020.5.31 #
- Added hit testing to
MongolTextand its associated classes so that aGestureDetectorcan be applied to it. - Added the
textScaleFactorparameter toMongolText. - Added
debugFillProperties()to variousMongolTextrelated classes.
0.4.1 2020.2.21 #
- Change unsupported 2018 text theme items to 2014 version in
MongolAlertDialog
0.4.0 2020.2.19 #
- Added
MongolAlertDialog.
0.3.2 2020.1.28 #
- Fixed bug: Spaces after a newline character caused newline char to be inserted in
ParagraphBuilder.
0.3.1 2020.1.5 #
- Minor changes. Was going to include
mongol_codeas a part of this package but released it as a separate Dart package instead.
0.3.0 2019.11.29 #
- Added a default Mongolian font.
- Hiding
MongolRichTextfor now since TextSpans are not yet supported.
0.2.0 2019.11.26 #
- Added support for new line characters.
0.1.0 2019.11.24 #
- Refactored into
MongolTextandMongolRichTextwidgets to more closely matchTextandRichText.
0.0.1 2019.7.23 #
- Provides a
MongolTextwidget that handles line wrapping at spaces. - Doesn't handle new lines or styling.