Update SpotifyMarkets.dart

Include common names in addition to ISO codes
This commit is contained in:
momobobe 2022-06-05 06:05:25 +00:00 committed by GitHub
parent cee3e6744b
commit 35165ee5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,186 +1,186 @@
final spotifyMarkets = [ final spotifyMarkets = [
"AD", "Andorra (AD)",
"AE", "United Arab Emirates (AE)",
"AG", "Antigua and Barbuda (AG)",
"AL", "Albania (AL)",
"AM", "Armenia (AM)",
"AO", "Angola (AO)",
"AR", "Argentina (AR)",
"AT", "Austria (AT)",
"AU", "Australia (AU)",
"AZ", "Azerbaijan (AZ)",
"BA", "Bosnia and Herzegovina (BA)",
"BB", "Barbados (BB)",
"BD", "Bangladesh (BD)",
"BE", "Belgium (BE)",
"BF", "Burkina Faso (BF)",
"BG", "Bulgaria (BG)",
"BH", "Bahrain (BH)",
"BI", "Burundi (BI)",
"BJ", "Benin (BJ)",
"BN", "Brunei (BN)",
"BO", "Bolivia (BO)",
"BR", "Brazil (BR)",
"BS", "The Bahamas (BS)",
"BT", "Bhutan (BT)",
"BW", "Botswana (BW)",
"BY", "Belarus (BY)",
"BZ", "Belize (BZ)",
"CA", "Canada (CA)",
"CD", "Democratic Republic of the Congo (CD)",
"CG", "Republic of the Congo (CG)",
"CH", "Switzerland (CH)",
"CI", "Côte d'Ivoire / Ivory Coast (CI)",
"CL", "Chile (CL)",
"CM", "Cameroon (CM)",
"CO", "Colombia (CO)",
"CR", "Costa Rica (CR)",
"CV", "Cabo Verde / Cape Verde (CV)",
"CW", "Curaçao (CW)",
"CY", "Cyprus (CY)",
"CZ", "Czech Republic (CZ)",
"DE", "Germany (DE)",
"DJ", "Djibouti (DJ)",
"DK", "Denmark (DK)",
"DM", "Dominica (DM)",
"DO", "Dominican Republic (DO)",
"DZ", "Algeria (DZ)",
"EC", "Ecuador (EC)",
"EE", "Estonia (EE)",
"EG", "Egypt (EG)",
"ES", "Spain (ES)",
"FI", "Finland (FI)",
"FJ", "Fiji (FJ)",
"FM", "Micronesia (FM)",
"FR", "France (FR)",
"GA", "Gabon (GA)",
"GB", "United Kingdom (GB)",
"GD", "Grenada (GD)",
"GE", "Georgia (GE)",
"GH", "Ghana (GH)",
"GM", "The Gambia (GM)",
"GN", "Guinea (GN)",
"GQ", "Equatorial Guinea (GQ)",
"GR", "Greece (GR)",
"GT", "Guatemala (GT)",
"GW", "Guinea-Bissau (GW)",
"GY", "Guyana (GY)",
"HK", "Hong Kong (HK)",
"HN", "Honduras (HN)",
"HR", "Croatia (HR)",
"HT", "Haiti (HT)",
"HU", "Hungary (HU)",
"ID", "Indonesia (ID)",
"IE", "Ireland (IE)",
"IL", "Israel (IL)",
"IN", "India (IN)",
"IQ", "Iraq (IQ)",
"IS", "Iceland (IS)",
"IT", "Italy (IT)",
"JM", "Jamaica (JM)",
"JO", "Jordan (JO)",
"JP", "Japan (JP)",
"KE", "Kenya (KE)",
"KG", "Kyrgyzstan (KG)",
"KH", "Cambodia (KH)",
"KI", "Kiribati (KI)",
"KM", "Comoros (KM)",
"KN", "Saint Kitts and Nevis (KN)",
"KR", "South Korea (KR)",
"KW", "Kuwait (KW)",
"KZ", "Kazakhstan (KZ)",
"LA", "Laos (LA)",
"LB", "Lebanon (LB)",
"LC", "Saint Lucia (LC)",
"LI", "Liechtenstein (LI)",
"LK", "Sri Lanka (LK)",
"LR", "Liberia (LR)",
"LS", "Lesotho (LS)",
"LT", "Lithuania (LT)",
"LU", "Luxembourg (LU)",
"LV", "Latvia (LV)",
"LY", "Libya (LY)",
"MA", "Morocco (MA)",
"MC", "Monaco (MC)",
"MD", "Moldova (MD)",
"ME", "Montenegro (ME)",
"MG", "Madagascar (MG)",
"MH", "Marshall Islands (MH)",
"MK", "North Macedonia (MK)",
"ML", "Mali (ML)",
"MN", "Mongolia (MN)",
"MO", "Macao / Macau (MO)",
"MR", "Mauritania (MR)",
"MT", "Malta (MT)",
"MU", "Mauritius (MU)",
"MV", "Maldives (MV)",
"MW", "Malawi (MW)",
"MX", "Mexico (MX)",
"MY", "Malaysia (MY)",
"MZ", "Mozambique (MZ)",
"NA", "Namibia (NA)",
"NE", "Niger (NE)",
"NG", "Nigeria (NG)",
"NI", "Nicaragua (NI)",
"NL", "Netherlands (NL)",
"NO", "Norway (NO)",
"NP", "Nepal (NP)",
"NR", "Nauru (NR)",
"NZ", "New Zealand (NZ)",
"OM", "Oman (OM)",
"PA", "Panama (PA)",
"PE", "Peru (PE)",
"PG", "Papua New Guinea (PG)",
"PH", "Philippines (PH)",
"PK", "Pakistan (PK)",
"PL", "Poland (PL)",
"PS", "Palestine (PS)",
"PT", "Portugal (PT)",
"PW", "Palau (PW)",
"PY", "Paraguay (PY)",
"QA", "Qatar (QA)",
"RO", "Romania (RO)",
"RS", "Serbia (RS)",
"RU", "Russia (RU)",
"RW", "Rwanda (RW)",
"SA", "Saudi Arabia (SA)",
"SB", "Solomon Islands (SB)",
"SC", "Seychelles (SC)",
"SE", "Sweden (SE)",
"SG", "Singapore (SG)",
"SI", "Slovenia (SI)",
"SK", "Slovakia (SK)",
"SL", "Sierra Leone (SL)",
"SM", "San Marino (SM)",
"SN", "Senegal (SN)",
"SR", "Suriname (SR)",
"ST", "São Tomé and Príncipe (ST)",
"SV", "El Salvador (SV)",
"SZ", "Eswatini (SZ)",
"TD", "Chad (TD)",
"TG", "Togo (TG)",
"TH", "Thailand (TH)",
"TJ", "Tajikistan (TJ)",
"TL", "Timor-Leste / East Timor (TL)",
"TN", "Tunisia (TN)",
"TO", "Tonga (TO)",
"TR", "Turkey (TR)",
"TT", "Trinidad and Tobago (TT)",
"TV", "Tuvalu (TV)",
"TW", "Taiwan (TW)",
"TZ", "Tanzania (TZ)",
"UA", "Ukraine (UA)",
"UG", "Uganda (UG)",
"US", "United States (US)",
"UY", "Uruguay (UY)",
"UZ", "Uzbekistan (UZ)",
"VC", "Saint Vincent and the Grenadines (VC)",
"VE", "Venezuela (VE)",
"VN", "Vietnam (VN)",
"VU", "Vanuatu (VU)",
"WS", "Samoa (WS)",
"XK", "Kosovo (XK)",
"ZA", "South Africa (ZA)",
"ZM", "Zambia (ZM)",
"ZW" "Zimbabwe (ZW)"
]; ];