Closed suragch closed 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.
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.
MongolTextField causes a crash when text scrolls. To reproduce see the demo app and fill the text field with text beyond the normal width.