Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuba , senegal , angola , EI salvador, cameroon, italy, ireland,leben… #96

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
169 changes: 169 additions & 0 deletions lib/src/currencies.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1508,4 +1508,173 @@ List<Map<String, dynamic>> currencies = [
"space_between_amount_and_symbol": false,
"symbol_on_left": true,
},
{
"code": "CUP",
"name": "Cuban Peso",
"symbol": "\$MN",
"flag": "CU",
"decimal_digits": 2,
"number": 192,
"name_plural": "Cuban pesos",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": true,
"symbol_on_left": true
},
{
"code": "XOF",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

West African CFA Franc(XOF) it is already in the currency list

"name": "West African CFA Franc",
"symbol": "CFA",
"flag": "SN",
"decimal_digits": 0,
"number": 952,
"name_plural": "West African CFA francs",
"thousands_separator": " ",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "AOA",
"name": "Angolan Kwanza",
"symbol": "Kz",
"flag": "AO",
"decimal_digits": 2,
"number": 973,
"name_plural": "Angolan kwanzas",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": true,
"symbol_on_left": true
},
{
"code": "USD",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

United States Dollar (USD) it is already in the currency list

"name": "United States Dollar",
"symbol": "\$",
"flag": "SV",
"decimal_digits": 2,
"number": 840,
"name_plural": "US dollars",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": true,
"symbol_on_left": true
},
{
"code": "XAF",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Central African CFA franc(XAF) it is already in the currency list

"name": "Central African CFA Franc",
"symbol": "CFA",
"flag": "CM",
"decimal_digits": 0,
"number": 950,
"name_plural": "Central African CFA francs",
"thousands_separator": " ",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "EUR",
"name": "Euro",
"symbol": "€",
"flag": "IT",
"decimal_digits": 2,
"number": 978,
"name_plural": "euros",
"thousands_separator": ".",
"decimal_separator": ",",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "EUR",
"name": "Euro",
"symbol": "€",
"flag": "IE",
"decimal_digits": 2,
"number": 978,
"name_plural": "euros",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "LBP",
"name": "Lebanese Pound",
"symbol": "ل.ل",
"flag": "LB",
"decimal_digits": 0,
"number": 422,
"name_plural": "Lebanese pounds",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": true,
"symbol_on_left": true
},
{
"code": "XOF",
"name": "West African CFA Franc",
"symbol": "CFA",
"flag": "ML",
"decimal_digits": 0,
"number": 952,
"name_plural": "West African CFA francs",
"thousands_separator": " ",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "EUR",
"name": "Euro",
"symbol": "€",
"flag": "MT",
"decimal_digits": 2,
"number": 978,
"name_plural": "euros",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "MGA",
"name": "Malagasy Ariary",
"symbol": "Ar",
"flag": "MG",
"decimal_digits": 0,
"number": 969,
"name_plural": "Malagasy ariaries",
"thousands_separator": " ",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "XOF",
"name": "West African CFA Franc",
"symbol": "CFA",
"flag": "TG",
"decimal_digits": 0,
"number": 952,
"name_plural": "West African CFA francs",
"thousands_separator": " ",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
},
{
"code": "TOP",
"name": "Tongan Pa'anga",
"symbol": "T\$",
"flag": "TO",
"decimal_digits": 2,
"number": 776,
"name_plural": "Tongan pa'angas",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": true,
"symbol_on_left": true
}
];