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.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null check operator used on a null value

koodimetsa opened this issue · comments

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

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