highlight_selectable 0.1.4
highlight_selectable: ^0.1.4 copied to clipboard
A Flutter widget that displays syntax-highlighted code blocks, with support for selection, copy button, and inline editing. Based on flutter_highlight and highlight.
0.1.4 #
- Polished look and horizontal scrolling
0.1.3 #
- Minor widget expansion fix
0.1.2 #
- Minor bug with the editing functions
0.1.1 #
- Minor documentation update in README.md
0.1.0 #
- Initial release of
highlight_selectable
- Added:
- Syntax highlighting
- Selectable mode
- Copy and edit buttons
- Editable mode with
TextField
- Custom overlay buttons support