flutter-code-editor
flutter-code-editor copied to clipboard
There are issues with the HTML code highlighting
CodeTheme(
data: CodeThemeData(styles: vsTheme),
child: CodeField(
enabled: false,
controller: CodeController(text: code, language: xml),
),
)
flutter_code_editor: ^0.3.4