base_cod_view 0.0.6
base_cod_view: ^0.0.6 copied to clipboard
A Flutter package for displaying and highlighting code with customizable styles and features.
0.0.6 #
- Fix pub point
0.0.5 #
- Fix pub point
0.0.4 - 2025-11-18 #
Fixed #
- Fixed syntax highlighting color inheritance in
- Corrected style propagation to child nodes
- Resolved issue where all text appeared white/gray
0.0.3 #
- Fixed property naming across language definitions
- Fix pub point
0.0.2 #
- Added text selection color support with
::selectionCSS - Added
getSelectionCss()method to get selection styles - Added
toHtmlWithStyles()method for complete HTML with inline CSS - Improved code highlighting with customizable selection colors
- Added comprehensive example with WebView integration
- Support for multiple languages (Dart, JavaScript, Python)
0.0.1 #
- Initial release
- Basic syntax highlighting support
- HTML output generation