v0.7.0
big_decimal
基於 Java 的 BigDecimal 實現的無錯誤 Dart 版本 BigDecimal
18喜歡 3.1萬近 30 天下載160Pub 分數
AndroidiOSWebmacOSWindowsLinux
基於 Java 的 BigDecimal 實現的無錯誤 Dart 版本 BigDecimal
以下為英文專案原文快照,最新內容請造訪 GitHub。
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
Add the following to your pubspec.yaml:
dependencies:
big_decimal: '<1.0.0'
Then run:
pub get
or
flutter pub get