suragch
suragch
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)):  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...
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:
`ui.Paragraph` has a `dispose()` method, which `TextPainter` calls. Should `MongolParagraph` also add this? I'm not adding it yet because it would require looping through all of the `_runs` and disposing...
In the image below you can see that the cursor moves to the beginning of the text field when it is actually at the MVS location.  Same thing happens...
The `icon` input decoration is drawn in the wrong location. It should be horizontally centered and have more padding before the input border: The standard `TextField` looks like this:
When focused, the cursor is off-center for `hintText`, `prefixText`, and `suffixText`. This is how it looks for the standard `TextField`:
`MaterialLocalizations.of(context)` will give text that certain widgets use. Should these be translated into Mongolian and where should they be used? The `DefaultMaterialLocalizations` uses English.