math_expressions_builder 1.0.4
math_expressions_builder: ^1.0.4 copied to clipboard
A stable Dart package to programmatically build and manipulate LaTeX math expressions using a tree-based structure.
<<<<<<< HEAD
1.0.4 #
- Improved
README.mdwith more detailed descriptions, badges, and examples. - Corrected placeholder copyright notice in
LICENSE. - Converted
test/new_features_test.dartinto a valid unit test. - Updated package description and documentation for clarity ahead of publishing.
1.0.3 #
- Add some new features to core functionallity for building Math & LaTeX expresssions.
=======
47e6959bd980efbd79f3a08fcc270e570519968f
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.