big_dec 0.0.4 copy "big_dec: ^0.0.4" to clipboard
big_dec: ^0.0.4 copied to clipboard

A library for big calculations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add big_dec

With Flutter:

 $ flutter pub add big_dec

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

dependencies:
  big_dec: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:big_dec/big_dec.dart';
0
likes
115
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A library for big calculations.

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on big_dec