math_expressions_builder 1.0.2
math_expressions_builder: ^1.0.2 copied to clipboard
A stable Dart package to programmatically build and manipulate LaTeX math expressions using a tree-based structure.
1.0.2 #
- Added
MathInputControllerfor simplified, button-press like input of common mathematical elements. - Updated SDK constraint to
>=3.8.1 <4.0.0. - Enhanced example usage in
example/math_expressions_builder_example.dartto demonstrateMathInputControllerand corrected output formatting.
1.0.1 #
- Format files to match the Dart formatter.
1.0.0 #
- Initial release of the package.
- Core functionality for building LaTeX expressions with a tree structure.
- Support for numbers, operators, fractions, roots, and powers.
- Cursor movement for programmatic expression editing.