equation_highlighter 0.1.0
equation_highlighter: ^0.1.0 copied to clipboard
A Flutter package to highlight, format, and tokenize mathematical equations.
Changelog #
All notable changes to the equation_highlighter package will be documented in this file.
0.1.0 - 2025-05-29 #
🚀 Initial Release #
- Core widget:
EquationHighlighterfor rendering styled math equations. - Modular architecture under
lib/src/:equation_formatter.dartequation_sanitizer.dartequation_tokenizer.darttoken_style.dart,token_style_config.dartthemes.dartandmock_equations.dart
- Style system for customizing tokens (operators, numbers, variables, etc.)
- Light and dark predefined theme configurations.
- Unit test coverage for formatter, sanitizer, and tokenizer modules.
- Config and metadata:
.gitignore,.metadata,analysis_options.yaml, andpubspec.yaml
- Example app scaffolded under
/example.
📅 Upcoming (Planned) #
- Add support for inline LaTeX-like syntax.
- Introduce animation for token transitions.
- Enhance accessibility and screen reader support.