equations 5.0.1 equations: ^5.0.1 copied to clipboard
An equation-solving library that also works with complex numbers and fractions.
Examples #
This folder contains some examples to show how the equations
package could be used. In particular:
- the
dart_example/
folder contains a Dart CLI application that uses theequations
package; - the
flutter_example/
folder contains a Flutter application that uses theequations
package.
You can also play with the Flutter example online at https://albertodev01.github.io/equations/.