akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Null check operator used on a null value #251

Closed koodimetsa closed 9 months ago

koodimetsa commented 1 year ago

Function _getCaretHeight in file code_field.dart causes a null exception. Reason is casting away nullability for caretFullHeight!.

MG-LSJ commented 4 months ago

This fix dosn't exist in the pub.dev code? image