suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

How to type sentences starting from the right going to the left #17

Closed naoyaono0102 closed 2 years ago

naoyaono0102 commented 2 years ago

When I enter text into a MongolTextField, the current format is from left to right when I write a sentence, can I change the format so that the sentences start from the right going to the left?

suragch commented 2 years ago

No, there are two many parts of the package that assume left to right line wrapping so it wouldn't be an easy addition. You can look at the Flutter wrap widget but even for that I'm not sure how you would convert it to an input field with a blinking cursor and everything.

suragch commented 2 years ago

Version 3.0.0 removed MongolTextField because of breaking changes in the recent Flutter updates. I'll be looking at ways to reimplement it, but these are not likely to support right to left line wrapping.