glynskyi / zefyrka

Soft and gentle rich text editing for Flutter applications
MIT License
110 stars 74 forks source link

Getting Bad State no element found #55

Open flosketch opened 1 year ago

flosketch commented 1 year ago

In Editor.dart line 579 child.getPositionForOffset(localOffset); throws the exception. Looks like the underlying text field isn't getting a size properly. I've tried to put the ZefyrField into Columns, Expanded, Container, etc and it still throws this problem. I've even copied the example code and it gives me the same problems.