parsec 0.5.2
parsec: ^0.5.2 copied to clipboard
Multi-platform `parsec` plugin for Flutter to calculate math equations using C++ library. Supports Android, Linux, Windows, and Web (WebAssembly).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add parsecThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
parsec: ^0.5.2Alternatively, 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:parsec/parsec.dart';