Roland Wimmer

Results 2 issues of Roland Wimmer

When adding an item to the db using the browser the default value for TEXT is "" but should be null

rich_editable_text.dart:873 calls function renderObject.setCaretPrototype(currentStyle.fontSize); but is defined in rich_editable.dart:531 with no arguments setCaretPrototype() { ... I briefly tried fixing it but I'm new to dart and flutter so... meh :/