currency_picker_plus 1.1.2
currency_picker_plus: ^1.1.2 copied to clipboard
Enhanced and customizable Flutter currency picker widget with extra features.
1.1.2 #
- Fix locales for
BTN
,BIF
,MVR
,RWF
,SOS
,TOP
,TJS
,TMT
,WST
,VUV
- Remove obsolete
VEF
and updateVES
symbol - Fix negative symbol in
CurrencyRawFormatter
extension - Fix negative zero -0 in
CurrencyFormatter.getUnformattedValue
- Update tests
1.1.1 #
- Export
CurrencyRawFormatter
extension from package.
1.1.0 #
- Add
CurrencyRawFormatter
extension to format raw strings.
1.0.1 #
- Add optional
maxDecimals
toformatterFromCurrency(Currency)
function - Add optional
maxDecimals
toCurrency.emptyPlaceholder
extension - Fix zero formatting in example
- Update tests
1.0.0 #
- Initial version.