v0.7.0
big_decimal
Java के BigDecimal पर आधारित बग-मुक्त Dart में BigDecimal का कार्यान्वयन
18लाइक 31.3 हज़ार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