Releases: roman910dev/currency_formatter
Releases · roman910dev/currency_formatter
Release list
v2.3.0
Added
- Added
negativeSignPlacementoption toCurrencyFormatto control the position of the negative sign. This allows formatting like-€123.45or-$123.45when the symbol is on the left andnegativeSignPlacementis set toNegativeSignPlacement.beforeSymbol. Defaults to previous behavior (e.g.,€-123.45or$-123.45) if not specified or ifnegativeSignPlacementisNegativeSignPlacement.afterSymbol.
v2.2.3
- Replaced
dart:htmlusage withpackage:web.
v2.2.2
- Expanded
intlpackage support range (>=0.17.0 <0.21.0) for better compatibility with different project versions.
v2.2.1
Added
- Some examples.
- Some tests.
Fixed
- Upgraded dependecies.