Skip to content

V2.0.15

Compare
Choose a tag to compare
@Daniel-Ioannou Daniel-Ioannou released this 12 Feb 17:28
· 67 commits to master since this release
ea37355

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