Releases: Daniel-Ioannou/flutter_currency_picker
Releases · Daniel-Ioannou/flutter_currency_picker
v2.0.11
In this version:
- Add more currencies:
- Rwandan franc
- Haitian gourde
- Add
showSearchField
: Option to show/hide the search TextField. - Add option for bottom sheet height.
showCurrencyPicker( context: context, theme: CurrencyPickerThemeData( bottomSheetHeight: MediaQuery.of(context).size.height / 2, ), onSelect: (Currency currency) => print('Select currency: ${currency.name}'), );
v2.0.10
In this version:
- Add more currencies:
- Cambodian riel
- Central African CFA franc
- Remove duplicated currency BYN
v2.0.9
In this version:
- Add more currencies:
- Seychellois rupee
- Bosnia and Herzegovina convertible mark
- Update lint rules
v2.0.8
In this version:
- Fix
code
for Burundian Franc - Fix
name
andname_plural
for Brazilian Real
v2.0.7
In this version:
- Fix
code
for Burundian Franc - Fix
name
andname_plural
for Brazilian Real
v2.0.6
In this version:
- Fix
name_plural
for Suriname Dollar
v2.0.5
In this version:
- Fix
name_plural
of the Euros
v2.0.4
In this version:
- Implemented currency picker theme
showCurrencyPicker( context: context, theme: CurrencyPickerThemeData( flagSize: 25, titleTextStyle: TextStyle(fontSize: 17), subtitleTextStyle: TextStyle(fontSize: 15, color: Theme.of(context).hintColor), ), onSelect: (Currency currency) { print('Select currency: ${currency.name}'); }, );
- Add
ScrollPhysics
parameter
v2.0.3
In this version:
- Add
toJson
in currency model - Fix incorrect currency symbols
v2.0.2
In this version:
- Add more currency info:
- Decimal digits
- Plural name
- Symbol on left,
- Decimal separator
- Thousands separator
- Add more currencies:
- Albanian Lek
- Armenian Dram
- Azerbaijani Manat
- Burundian Franc
- Botswanan Pula
- Belarussian Ruble
- Remove Lithuanian Litas currency (was replaced by the Euro).