Closed Satsrag closed 2 years ago
Sorry again for my slow response time. I was traveling this last week. Hopefully this next week I'll be able to look at your work in more detail. Thank you!
@suragch In fact, I should thank you first. Thank you for your contribution!
Using
RawKeyboard.instance.addListener
inMongolRenderEditable
caused theFocus
widget to fail to intercept keyboard events.In Flutter latest version, this is replaced with
Actions
andShortcuts
. Most of code are copied from Flutter source.There are still have some logic to test and discuss:
computeLineMetrics
method inMongolParagraph
.Web
.textAlign
set to otherMongolTextAlign.top
.