bd_money_formatter 2.0.1
bd_money_formatter: ^2.0.1 copied to clipboard
A Dart package to format numbers into Bangladesh (BD) money format. BD uses a unique grouping: 12,34,567 instead of 1,234,567.
2.0.1 #
- Update README.md file.
2.0.0 #
- 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.
1.0.0 #
- Update flutter version.
0.0.2 #
- Update for readme and pub points.
0.0.1 #
- Initial Release.