bd_money_formatter
A Dart package to format numbers into Bangladesh (BD) money format. BD uses a unique grouping: 12,34,567 instead of 1,234,567.
What this package is like to depend on
Last release 4 months ago
28 Mar 2026
Ships fairly regularly
a new release about every 11 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
5 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2024 to Mar 2026
2025
2026
Releases
latest 5-
2.0.128 Mar 2026 -
2.0.011 Mar 2026Release notes
Open source →- BREAKING:
amountparameter now acceptsnuminstead ofdynamic— provides type safety. - BREAKING:
MoneyFormatterOutputnow has named fields:amount,amountWithCurrency,originalValue. - BREAKING: Removed Flutter dependency — now a pure Dart package.
- Added currency symbol support with configurable
currencySymbolparameter (default: ৳). - Added
toBDMoney()andtoBDMoneyWithCurrency()extension methods onnum. - Fixed crash when passing
0,null, or empty values. - Fixed bug where
amountfield was mutated during formatting. - Added comprehensive unit tests.
- BREAKING:
-
1.0.018 Apr 2025 -
0.0.224 Feb 2024 -
0.0.124 Feb 2024