equation_highlighter 0.1.0
equation_highlighter: ^0.1.0 copied to clipboard
A Flutter package to highlight, format, and tokenize mathematical equations.
๐ Equation Highlighter #
A Flutter package to highlight, format, and tokenize mathematical equations in a customizable, testable, and modular way. Designed for use in math editors, educational apps, and scientific tools.
โจ Features #
- ๐ Tokenizes equations into operators, numbers, variables, and functions.
- ๐๏ธ Applies custom text styles to different token types for equation highlighting.
- ๐งผ Sanitizes and normalizes raw math input.
- ๐งพ Formats equations for better visual consistency.
- ๐งช Integrated test suite with mock data for reliability.
๐ Getting Started #
๐ฆ Installation #
Add the package to your pubspec.yaml:
dependencies:
equation_highlighter:
path: ../equation_highlighter