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

Can you kindly add support for these countries please Sierra Leone and Guinea { "code": "SLL", "name": "Sierra Leone Leone", "symbol": "Le", "flag": "SLL", "decimal_digits": 2, "number": 694, "name_plural": "Sierra...

Hi! It's just a tiny code to add an option to show the drag handle. ![image](https://github.com/Daniel-Ioannou/flutter_currency_picker/assets/49765303/d4ec82f4-b934-4155-becc-30461c20e85c)

I am using the currency picker not only for picking the currency but also for all the helpful information about the currencies in **currencies.dart**. By removing former currencies from **currencies.dart**,...

enhancement

![image](https://github.com/Daniel-Ioannou/flutter_currency_picker/assets/13791181/3eae89d5-57bc-421c-8224-0ac7cd0496e7)

Currency added in favorite and currencyFilter are showing twice in the popup sample code to induce error ``` showCurrencyPicker( context: context, currencyFilter: ['eur', 'inr', 'usd'], favorite: ['eur', 'inr', 'usd'], );...

ENV: MacOs m1 on iPhone 14 simulator

bug

It would be great if you could add some cryptocurrencies to the list. Here I have the first 19. I think the flag stuff should be modified to hold images...

enhancement

While scrolling through the list , I got the below exception message Unable to load asset: packages/currency_picker/lib/src/res/no_flag.png AssetBundleImageKey(bundle: PlatformAssetBundle#b8114(), name: "packages/currency_picker/lib/src/res/no_flag.png", scale: 1.0) packages/currency_picker/lib/src/res/no_flag.png Closure: (Uint8List, {int? cacheWidth, int? cacheHeight,...

As the user is able to select a currency and then open the picker again, the picker should be smart enough to mark the selected currency in some way. Maybe...

enhancement

As this project has a lot of information about the currencies, it would be great to use it to retrieve the Currency related to a given Locale.

enhancement