FLUTTER ECOSYSTEM

bugless/big-decimal

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

big-decimal project cover
Stars
23
Forks
3
Last push (UTC)
Jan 28, 2026
Project status
Active
bugless GitHub avatar
GITHUB Organization

bugless ↗

LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 2 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

big_decimal

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

View at pub.dev Test PRs Welcome Star on GitHub Fork on GitHub


Installation

Add the following to your pubspec.yaml:

dependencies:
  big_decimal: '<1.0.0'

Then run:

pub get

or

flutter pub get