syntax_highlight 0.5.0
syntax_highlight: ^0.5.0 copied to clipboard
Syntax highlighting in the style of VSCode for Flutter, takes a string and returns a formatted TextSpan.
0.5.0 #
- Adds support for CSS, Go, HTML, Java, JavaScript, Kotlin, Python, Rust, Swift, and TypeScript.
- Adds
CodeEditor
. - Adds live demo of the code editor with link from the README.
0.4.0 #
- Adds support for JSON.
- Adds methods for programatically adding new languages.
0.3.0 #
- Adds support for Serverpod model files.
0.2.0 #
- Adds support for SQL.
0.1.0 #
- First stable release.