ngspice_dart 0.1.0 copy "ngspice_dart: ^0.1.0" to clipboard
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_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ngspice_dart: ^0.1.0

Alternatively, 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';
0
likes
130
points
85
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart FFI bindings for the ngspice mixed-level/mixed-signal circuit simulator, allowing native execution of SPICE simulations in Flutter.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on ngspice_dart

Packages that implement ngspice_dart