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

Please allow me to override the gutter error icon

sma opened this issue · comments

Please allow me to override the gutter error icon. Currently, it's hardcoded in lib/src/gutter/error.dart and cannot be changed because I cannot provide my own GutterErrorWidget, or even better, provide three icons based on the IssueType using the GutterStyle.

I'm using version 0.2.15.