mongol icon indicating copy to clipboard operation
mongol copied to clipboard

Mongolian vertical script widgets for Flutter apps

Results 21 mongol issues
Sort by recently updated
recently updated
newest added

for #50 Adopt to material3.

As Flutter 3.16, Flutter default is using material3 style. So there we need to adapt the material3 style. The following are the components that we need to adapt. There may...

#47 adds `TextHeightBasis` (similar to `TextWidthBasis` for `Text`) at the lower levels (ex, `MongolTextPainter`) but not all the way up to `MongolText`. This affects whether the widget height is the...

After the Flutter 3.16 update, the horizontal centering is off for emoji and CJK characters (as noted [here](https://github.com/suragch/mongol/issues/47#issuecomment-1868500343)): ![off centered](https://github.com/suragch/mongol/assets/10300220/d320e266-b394-4c15-a1d9-24892b2d4c98) This is not the case when setting `style: TextStyle(height: 1)`...

The MongolTextField is off center when empty and `maxLines` is `null`: After adding content the size changes and the cursor seems to fix itself (though the padding appears to be...

![image](https://user-images.githubusercontent.com/19525713/236762283-78e05173-e558-408d-8387-8c8767956227.png) ![Uploading image.png…]() 使用的mnglsoninotf.ttf字体

Expected behavior ?、! and 1234567890 should be rotated like other Japanese characters like kanji, hiragana, and katakana. Instead, they behave like English characters. By the way, awsome work. Mongol version:...

The Flutter 3.7 update introduced a lot of changes to the text editing classes and also some changes to the text widgets. I'm trying to update the related classes now...

When selecting more lines, the context menu moves higher, even to the point of being off screen.

It should be on the left. When there are two handles showing it is ok: