FLUTTER ECOSYSTEM

bugless/big-decimal

基于 Java 的 BigDecimal 实现的无错误 Dart 版本 BigDecimal

big-decimal 项目封面
Stars
23
Forks
3
最近推送(UTC)
2026年1月28日
项目状态
未归档
bugless GitHub avatar
GITHUB Organization

bugless ↗

语言Dart

此仓库发布的插件

使用的依赖

依赖清单 2 项
  • lints开发依赖^6.0.0
  • test开发依赖^1.17.2

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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