Skip to content

desktop-dart/biginteger_js

Repository files navigation

biginteger_js

Facade for BigInteger.js Javascript library. Provides big number support for Dart.

Documentation

Javascript documentation can be reached here.

How to generate the facade?

In case you want to update to a new version of BigInteger.js or use a different version, do the following steps:

Get the BigInteger.min.js.

Get the BigInteger.d.ts.

dart_js_facade_gen BigInteger.d.ts > biginteger_js.dart

Command to install dart_js_facade_gen,

npm install -g dart_js_facade_gen