precise_decimal 0.0.1
precise_decimal: ^0.0.1 copied to clipboard
Arbitrary-precision decimal arithmetic for Dart, built toward full General Decimal Arithmetic (GDA) compliance.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add precise_decimalWith Flutter:
$ flutter pub add precise_decimalThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
precise_decimal: ^0.0.1Alternatively, 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:precise_decimal/precise_decimal.dart';