Skip to content

v2.0.11

Compare
Choose a tag to compare
@Daniel-Ioannou Daniel-Ioannou released this 12 May 20:18
· 134 commits to master since this release
861a476

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