big_decimal 0.7.0 copy "big_decimal: ^0.7.0" to clipboard
big_decimal: ^0.7.0 copied to clipboard

A bugless implementation of BigDecimal in Dart based on Java's BigDecimal

example/main.dart

import 'package:big_decimal/big_decimal.dart';

final decimal1 = BigDecimal.parse('1');
final decimal2 = BigDecimal.parse('2');
final decimal3 = decimal1 + decimal2; // 3
18
likes
160
points
13.1k
downloads

Publisher

verified publisherbugless.dev

Weekly Downloads

A bugless implementation of BigDecimal in Dart based on Java's BigDecimal

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on big_decimal