string_equation 1.0.5
string_equation: ^1.0.5 copied to clipboard
String Equation is a powerful Dart package that allows you to dynamically evaluate both logical and mathematical expressions from a string format.
1.0.0 #
- Initial version.
1.0.1 #
- Updated dart version support
- Updated README.md
1.0.2 #
- Updated README.md
- Documentation updates
- Formatting updates
- Updated dart version support
1.0.3 #
- Static analysis pass
- Dart formatting
1.0.4 #
- Fix in regex equations solving
- Null issue fixed when passing null answer to answer map
- Added test cases for complex regex equations