flutter_currency_picker icon indicating copy to clipboard operation
flutter_currency_picker copied to clipboard

A flutter package to select a currency from a list of currencies.

Results 15 flutter_currency_picker issues
Sort by recently updated
recently updated
newest added

I'm experiencing a noticable delay when opening the currency picker widget. I guess because it has to compute more than 200 flags when generating the listview. Can we just add...

Would be nice to have a preselect array option, so one or more currencies can be preselected. I am working on an app that has a currency selector and do...

Please can you expose CurrencyListView so that it can be used also independent of the BottomSheet

How can I modify this?

localization

Right now, the currencies are ordered by their usage, according to a comment in [currencies.dart](https://github.com/Daniel-Ioannou/flutter_currency_picker/blob/master/lib/src/currencies.dart). As the library offers a way to show the favorite currencies in the beginning of...

enhancement