Skip to content

Releases: Daniel-Ioannou/flutter_currency_picker

v2.0.21

29 Feb 17:51
68f6699
Compare
Choose a tag to compare

In this version:

  • Add more currencies:
    • Angolan Kwanza
    • Cuban Peso
    • Tongan Pa'anga
    • Malagasy Ariary
    • Lebanese Pound

V2.0.20

19 Dec 19:17
1235e16
Compare
Choose a tag to compare

In this version:

  • Trim search query

v2.0.19

18 Oct 18:10
0b3b4eb
Compare
Choose a tag to compare

In this version:

  • Fix Kazakhstan Tenge decimal separator
  • Fix Barbados Dollar plural name
  • Fix Vietnamese Dong decimal separator

V2.0.18

16 Oct 19:23
eafb498
Compare
Choose a tag to compare

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

03 Sep 16:06
6a34921
Compare
Choose a tag to compare

In this version:

  • Add more currencies:
    • Iraqi dinar
    • Zimbabwean dollar
  • Fix Tunisian Dinars

V2.0.16

04 Mar 14:38
3ed31de
Compare
Choose a tag to compare

In this version:

  • Add more currencies:
    • Tunisian dinar

V2.0.15

12 Feb 17:28
ea37355
Compare
Choose a tag to compare

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

11 Jan 20:07
7c0ca7f
Compare
Choose a tag to compare

In this version:

  • Add more currencies:
    • Zambian Kwacha
    • Jordanian Dinar
    • Kyrgystani Som
  • Remove currencies:
    • Croatia Kuna

V2.0.13

29 Nov 19:57
851adb9
Compare
Choose a tag to compare

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

31 Aug 19:38
a8da545
Compare
Choose a tag to compare

In this version:

  • Add more currencies:
    • Congolese franc
    • Guatemalan quetzal
    • Myanmar Kyat