Releases: Daniel-Ioannou/flutter_currency_picker
Releases · Daniel-Ioannou/flutter_currency_picker
v2.0.21
V2.0.20
In this version:
- Trim search query
v2.0.19
In this version:
- Fix Kazakhstan Tenge decimal separator
- Fix Barbados Dollar plural name
- Fix Vietnamese Dong decimal separator
V2.0.18
In this version:
- Add more currencies:
- Maldivian Rufiyaa
- Add styling options for search field input decoration.
showCurrencyPicker( context: context, theme: CurrencyPickerThemeData( // Optional. Styles the search field. inputDecoration: InputDecoration( labelText: 'Search', hintText: 'Start typing to search', prefixIcon: const Icon(Icons.search), border: OutlineInputBorder( borderSide: BorderSide( color: const Color(0xFF8C98A8).withOpacity(0.2), ), ), ), ), onSelect: (Currency currency) { print('Select currency: ${currency.name}'); }, );
v2.0.17
In this version:
- Add more currencies:
- Iraqi dinar
- Zimbabwean dollar
- Fix Tunisian Dinars
V2.0.16
In this version:
- Add more currencies:
- Tunisian dinar
V2.0.15
In this version:
- Add more currencies:
- West African CFA franc
- Add parameter
useRootNavigator
showCurrencyPicker( context: context, useRootNavigator: true, onSelect: (Currency currency) => print('Select currency: ${currency.name}'), );
- Update dependencies
V2.0.14
In this version:
- Add more currencies:
- Zambian Kwacha
- Jordanian Dinar
- Kyrgystani Som
- Remove currencies:
- Croatia Kuna
V2.0.13
In this version:
- Add more currencies:
- Algerian dinar
- Add
currencySignTextStyle
:showCurrencyPicker( context: context, theme: CurrencyPickerThemeData( currencySignTextStyle: TextStyle(color: Colors.red, fontSize: 25), ), onSelect: (Currency currency) => print('Select currency: ${currency.name}'), );
V2.0.12
In this version:
- Add more currencies:
- Congolese franc
- Guatemalan quetzal
- Myanmar Kyat