highlight_selectable 0.2.1
highlight_selectable: ^0.2.1 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.2.1 #
- Added extra documentation.
0.2.0 #
- Major performance improvement: Added caching for syntax highlighting parsing to prevent re-parsing on every rebuild
- Breaking change: Theme file names now use underscores instead of hyphens (e.g.,
a11y_darkinstead ofa11y-dark) - Fixed memory leak with ScrollController not being disposed
- Removed unnecessary library directive
- Fixed local variable naming (removed underscore prefixes)
- Fixed Color hex values in night_owl theme
- Added comprehensive API documentation
- Removed unnecessary IgnorePointer wrapper
- Updated README with correct syntax examples
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