We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
final test1 = 1000.00; final test2 = 1000.50; print(test1.toCurrencyString(mantissaLength: 0)); print(test2.toCurrencyString(mantissaLength: 0));
expect:
1,000 1,000
actual:
10,000 10,005
The text was updated successfully, but these errors were encountered:
I'll check it
Sorry, something went wrong.
8b5298a
Fixed in 2.4.0
No branches or pull requests
expect:
actual:
The text was updated successfully, but these errors were encountered: