ngspice_dart 0.1.0
ngspice_dart: ^0.1.0 copied to clipboard
Dart FFI bindings for the ngspice mixed-level/mixed-signal circuit simulator, allowing native execution of SPICE simulations in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ngspice_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ngspice_dart: ^0.1.0Alternatively, 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:ngspice_dart/ngspice_dart.dart';