big_double 1.0.2 copy "big_double: ^1.0.2" to clipboard
big_double: ^1.0.2 copied to clipboard

High performing BigInt & double replacement that can hold more than 1^308 and up to 10^^308

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add big_double

With Flutter:

 $ flutter pub add big_double

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

dependencies:
  big_double: ^1.0.2

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_double/big_double.dart';
1
likes
150
points
29
downloads

Publisher

verified publisherexoad.net

Weekly Downloads

High performing BigInt & double replacement that can hold more than 1^308 and up to 10^^308

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on big_double