A lightweight math library for dart
More...
The very first version of "Mate", that can calculate expressions written as string format.
Example:
final String exp = "-2 + 5 + 10 * 2"; final double? result = expressionParser.calculate(); // result would be 23
theiskaa.com
Repository (GitHub)View/report issues
Documentation
unknown (license)
flutter
Packages that depend on mate
Back