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

MongolTextField crash when scrolling #15

Closed suragch closed 2 years ago

suragch commented 2 years ago

MongolTextField causes a crash when text scrolls. To reproduce see the demo app and fill the text field with text beyond the normal width.

suragch commented 2 years ago

This is a major bug. I haven't been able to find the cause yet. If I can't find it soon I'll have to drop MongolTextField from the library. A temporary replacement could be a rotated TextField with a single line. A more long-term replacement might be to abandon the standard Flutter text field layers and model everything after super_editor.

suragch commented 2 years ago

Version 3.0.0 removed MongolTextField from the library because every Flutter update has been breaking it recently. Any future reimplementation should not rely on the Flutter library so heavily.