flutter_currency_picker icon indicating copy to clipboard operation
flutter_currency_picker copied to clipboard

Add more support for African countries

Open Peektower opened this issue 4 months ago • 1 comments

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 Leone Leones", "thousands_separator": ",", "decimal_separator": ".", "space_between_amount_and_symbol": false, "symbol_on_left": true }

{ "code": "GNF", "name": "Guinean Franc", "symbol": "FG", "flag": "GNF", "decimal_digits": 2, "number": 324, "name_plural": "Guinean Francs", "thousands_separator": ",", "decimal_separator": ".", "space_between_amount_and_symbol": false, "symbol_on_left": true }

Peektower avatar Mar 05 '24 10:03 Peektower

Please also add the currency of Aruba: { "code": "AWG", "name": "Aruban florin", "symbol": "ƒ", "flag": "AW", "decimal_digits": 2, "number": 533, "name_plural": "Aruban florins", "thousands_separator": ".", "decimal_separator": ",", "space_between_amount_and_symbol": false, "symbol_on_left": true, }

MLZ91 avatar Mar 28 '24 10:03 MLZ91