v0.7.0
big_decimal
Eine fehlerfreie Implementierung von BigDecimal in Dart basierend auf dem BigDecimal von Java
18Likes 31.30030-Tage-Downloads160Pub-Punkte
AndroidiOSWebmacOSWindowsLinux
Eine fehlerfreie Implementierung von BigDecimal in Dart basierend auf dem BigDecimal von Java
Englischer Projektschnappschuss. Aktuelle Inhalte auf 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