circom_witnesscalc 0.0.1-beta.1 copy "circom_witnesscalc: ^0.0.1-beta.1" to clipboard
circom_witnesscalc: ^0.0.1-beta.1 copied to clipboard

Circom witness calculation Flutter Plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add circom_witnesscalc

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

dependencies:
  circom_witnesscalc: ^0.0.1-beta.1

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:circom_witnesscalc/circom_witnesscalc.dart';