equations 4.1.0
equations: ^4.1.0 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 app that uses theequationspackage; - the
flutter_example/folder contains a Flutter app that uses theequationspackage.
You can also play with the Flutter example online at https://albertodev01.github.io/equations/.