flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

There are issues with the HTML code highlighting

Open taosimple opened this issue 2 months ago • 1 comments

CodeTheme(
          data: CodeThemeData(styles: vsTheme),
          child: CodeField(
            enabled: false,
            controller: CodeController(text: code, language: xml),
          ),
        )

flutter_code_editor: ^0.3.4

Image

taosimple avatar Sep 19 '25 07:09 taosimple