Skip to content

V2.0.13

Compare
Choose a tag to compare
@Daniel-Ioannou Daniel-Ioannou released this 29 Nov 19:57
· 113 commits to master since this release
851adb9

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}'),
       );