mongol 0.4.0 mongol: ^0.4.0 copied to clipboard
This package provides Flutter widgets to display vertical Mongolian.
[0.4.0] - 2020.1.28 #
- 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_code as 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
MongolRichText
for 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 MongolText and MongolRichText widgets to more closely match Text and RichText.
[0.0.1] - 2019.7.23 #
- Provides a MongolText widget that handles line wrapping at spaces.
- Doesn't handle new lines or styling.