exath_engine 1.0.1
exath_engine: ^1.0.1 copied to clipboard
Flutter plugin for the exath-engine: a complex-native math evaluator with computer algebra (diff, factor, solve, integral, linear algebra), prebuilt for every platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add exath_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
exath_engine: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:exath_engine/exath_engine.dart';