hyper_render_highlight 1.5.1
hyper_render_highlight: ^1.5.1 copied to clipboard
Syntax highlighting plugin for HyperRender using flutter_highlight. Supports 180+ programming languages with multiple themes.
Changelog โ hyper_render_highlight #
1.5.1 - 2026-07-05 #
๐ Packaging Fix #
- Republished without the dev-only
dependency_overridesblock that slipped into the 1.5.0 archive and broke pub.dev dependency resolution (pub getcould not find the local../hyper_render_corepath). No code changes from 1.5.0.
1.3.2 - 2026-05-19 #
๐งช Tests #
- +9 edge-case tests added in
code_highlighter_edge_cases_test: empty / whitespace-only input round-trips, unknown-language fallback to auto-detect, malformed source (unterminated string) doesn't throw, 5 KB block highlights in linear time, every popular language identifier resolves, everyHighlightThemeenum value produces a non-emptythemeName. No behavioural changes to the highlighter itself.
1.3.0 - 2026-05-03 #
โจ New Features #
- Theme API:
SyntaxTheme.fromHighlightTheme()factory for using anyflutter_highlighttheme directly - 180+ languages: Inherits full language support from
flutter_highlight/highlightpackages
๐ Bug Fixes #
- Null language: Graceful fallback when no language hint is provided โ renders as plain monospace text
1.2.0 - 2026-03-30 #
- Initial release: syntax highlighting plugin for HyperRender
<code>and<pre>blocks