rich_code_editor icon indicating copy to clipboard operation
rich_code_editor copied to clipboard

A Flutter based code editor

Results 3 rich_code_editor issues
Sort by recently updated
recently updated
newest added

I am trying to manipulate this so that the code does NOT wrap automatically, and instead overflows horizontally so that a user can scroll horizontally.

Simply: Does the syntax highlighting support JSON?

While editing a huge chunk of code, the editor becomes quite slow, probably due to the fact that on every keyPress/change, the syntax highlighting is recalculated for the whole text.