Skip to content

Instantly share code, notes, and snippets.

@zielu92
Last active June 3, 2024 12:11
Show Gist options
  • Save zielu92/9e0eb97fd285d094d12fc46ec560d4a9 to your computer and use it in GitHub Desktop.
Save zielu92/9e0eb97fd285d094d12fc46ec560d4a9 to your computer and use it in GitHub Desktop.
Model of countries and list of countries with emoji flag, phone code and 2 digit country iso code
ModelCountry {
String? image;
String? name;
String? code;
String? iso;
ModelCountry(this.image, this.name, this.code, this.iso);
}
List<ModelCountry> countries = [
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฉ", "Andorra", "+376", "AD"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ช", "United Arab Emirates", "+971", "AE"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ซ", "Afghanistan", "+93", "AF"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฌ", "Antigua and Barbuda", "+1", "AG"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฎ", "Anguilla", "+1", "AI"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฑ", "Albania", "+355", "AL"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฒ", "Armenia", "+374", "AM"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ด", "Angola", "+244", "AO"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ถ", "Antarctica", "+672", "AQ"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ท", "Argentina", "+54", "AR"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ธ", "American Samoa", "+1", "AS"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡น", "Austria", "+43", "AT"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡บ", "Australia", "+61", "AU"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ผ", "Aruba", "+297", "AW"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฝ", "ร…land Islands", "+358", "AX"),
ModelCountry("๐Ÿ‡ฆ๐Ÿ‡ฟ", "Azerbaijan", "+994", "AZ"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฆ", "Bosnia and Herzegovina", "+387", "BA"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ง", "Barbados", "+1", "BB"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฉ", "Bangladesh", "+880", "BD"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ช", "Belgium", "+32", "BE"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ซ", "Burkina Faso", "+226", "BF"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฌ", "Bulgaria", "+359", "BG"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ญ", "Bahrain", "+973", "BH"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฎ", "Burundi", "+257", "BI"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฏ", "Benin", "+229", "BJ"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฑ", "Saint Barthรฉlemy", "+590", "BL"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฒ", "Bermuda", "+1", "BM"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ณ", "Brunei Darussalam", "+673", "BN"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ด", "Bolivia (Plurinational State of)", "+591", "BO"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ท", "Brazil", "+55", "BR"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ธ", "Bahamas", "+1", "BS"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡น", "Bhutan", "+975", "BT"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ป", "Bouvet Island", "+47", "BV"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ผ", "Botswana", "+267", "BW"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡พ", "Belarus", "+375", "BY"),
ModelCountry("๐Ÿ‡ง๐Ÿ‡ฟ", "Belize", "+501", "BZ"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฆ", "Canada", "+1", "CA"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡จ", "Cocos (Keeling) Islands", "+61", "CC"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฉ", "Congo (Democratic Republic of the)", "+243", "CD"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ซ", "Central African Republic", "+236", "CF"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฌ", "Congo", "+242", "CG"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ญ", "Switzerland", "+41", "CH"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฎ", "Cรดte d'Ivoire", "+225", "CI"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฐ", "Cook Islands", "+682", "CK"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฑ", "Chile", "+56", "CL"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฒ", "Cameroon", "+237", "CM"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ณ", "China", "+86", "CN"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ด", "Colombia", "+57", "CO"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ต", "Clipperton Island", "+262", "CP"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ท", "Costa Rica", "+506", "CR"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡บ", "Cuba", "+53", "CU"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ป", "Cabo Verde", "+238", "CV"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ผ", "Curaรงao", "+599", "CW"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฝ", "Christmas Island", "+61", "CX"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡พ", "Cyprus", "+357", "CY"),
ModelCountry("๐Ÿ‡จ๐Ÿ‡ฟ", "Czech Republic", "+420", "CZ"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ช", "Germany", "+49", "DE"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฌ", "Diego Garcia", "+246", "DG"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฏ", "Djibouti", "+253", "DJ"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฐ", "Denmark", "+45", "DK"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฒ", "Dominica", "+1", "DM"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฐ", "Denmark", "+45", "DK"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฏ", "Djibouti", "+253", "DJ"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฒ", "Dominica", "+1", "DM"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ด", "Dominican Republic", "+1", "DO"),
ModelCountry("๐Ÿ‡ฉ๐Ÿ‡ฟ", "Algeria", "+213", "DZ"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡จ", "Ecuador", "+593", "EC"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡ช", "Estonia", "+372", "EE"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡ฌ", "Egypt", "+20", "EG"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡ญ", "Western Sahara", "+212", "EH"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡ท", "Eritrea", "+291", "ER"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡ธ", "Spain", "+34", "ES"),
ModelCountry("๐Ÿ‡ช๐Ÿ‡น", "Ethiopia", "+251", "ET"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ฎ", "Finland", "+358", "FI"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ฏ", "Fiji", "+679", "FJ"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ฐ", "Falkland Islands (Malvinas)", "+500", "FK"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ฒ", "Micronesia (Federated States of)", "+691", "FM"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ด", "Faroe Islands", "+298", "FO"),
ModelCountry("๐Ÿ‡ซ๐Ÿ‡ท", "France", "+33", "FR"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฆ", "Gabon", "+241", "GA"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ง", "United Kingdom of Great Britain and Northern Ireland", "+44", "GB"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฉ", "Grenada", "+1", "GD"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ช", "Georgia", "+995", "GE"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ซ", "French Guiana", "+594", "GF"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฌ", "Guernsey", "+44", "GG"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ญ", "Ghana", "+233", "GH"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฎ", "Gibraltar", "+350", "GI"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฑ", "Greenland", "+299", "GL"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ฒ", "Gambia", "+220", "GM"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ณ", "Guinea", "+224", "GN"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ต", "Guadeloupe", "+590", "GP"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ถ", "Equatorial Guinea", "+240", "GQ"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ท", "Greece", "+30", "GR"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ธ", "South Georgia and the South Sandwich Islands", "+500", "GS"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡น", "Guatemala", "+502", "GT"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡บ", "Guam", "+1", "GU"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡ผ", "Guinea-Bissau", "+245", "GW"),
ModelCountry("๐Ÿ‡ฌ๐Ÿ‡พ", "Guyana", "+592", "GY"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡ฐ", "Hong Kong", "+852", "HK"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡ฒ", "Heard Island and McDonald Islands", "+672", "HM"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡ณ", "Honduras", "+504", "HN"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡ท", "Croatia", "+385", "HR"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡น", "Haiti", "+509", "HT"),
ModelCountry("๐Ÿ‡ญ๐Ÿ‡บ", "Hungary", "+36", "HU"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡จ", "Canary Islands", "+34", "IC"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ฉ", "Indonesia", "+62", "ID"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ช", "Ireland", "+353", "IE"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ฑ", "Israel", "+972", "IL"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ฒ", "Isle of Man", "+44", "IM"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ณ", "India", "+91", "IN"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ด", "British Indian Ocean Territory", "+246", "IO"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ถ", "Iraq", "+964", "IQ"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ท", "Iran (Islamic Republic of)", "+98", "IR"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡ธ", "Iceland", "+354", "IS"),
ModelCountry("๐Ÿ‡ฎ๐Ÿ‡น", "Italy", "+39", "IT"),
ModelCountry("๐Ÿ‡ฏ๐Ÿ‡ช", "Jersey", "+44", "JE"),
ModelCountry("๐Ÿ‡ฏ๐Ÿ‡ฒ", "Jamaica", "+1", "JM"),
ModelCountry("๐Ÿ‡ฏ๐Ÿ‡ด", "Jordan", "+962", "JO"),
ModelCountry("๐Ÿ‡ฏ๐Ÿ‡ต", "Japan", "+81", "JP"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ช", "Kenya", "+254", "KE"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ฌ", "Kyrgyzstan", "+996", "KG"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ญ", "Cambodia", "+855", "KH"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ฎ", "Kiribati", "+686", "KI"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ฒ", "Comoros", "+269", "KM"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ณ", "Saint Kitts and Nevis", "+1", "KN"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ต", "Korea (Democratic People's Republic of)", "+850", "KP"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ท", "Korea (Republic of)", "+82", "KR"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ผ", "Kuwait", "+965", "KW"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡พ", "Cayman Islands", "+1", "KY"),
ModelCountry("๐Ÿ‡ฐ๐Ÿ‡ฟ", "Kazakhstan", "+7", "KZ"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ฆ", "Lao People's Democratic Republic", "+856", "LA"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ง", "Lebanon", "+961", "LB"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡จ", "Saint Lucia", "+1", "LC"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ฎ", "Liechtenstein", "+423", "LI"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ฐ", "Sri Lanka", "+94", "LK"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ท", "Liberia", "+231", "LR"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ธ", "Lesotho", "+266", "LS"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡น", "Lithuania", "+370", "LT"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡บ", "Luxembourg", "+352", "LU"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡ป", "Latvia", "+371", "LV"),
ModelCountry("๐Ÿ‡ฑ๐Ÿ‡พ", "Libya", "+218", "LY"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฆ", "Morocco", "+212", "MA"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡จ", "Monaco", "+377", "MC"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฉ", "Moldova (Republic of)", "+373", "MD"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ช", "Montenegro", "+382", "ME"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ซ", "Saint Martin (French part)", "+590", "MF"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฌ", "Madagascar", "+261", "MG"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ญ", "Marshall Islands", "+692", "MH"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฐ", "North Macedonia", "+389", "MK"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฑ", "Mali", "+223", "ML"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฒ", "Myanmar", "+95", "MM"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ณ", "Mongolia", "+976", "MN"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ด", "Macao", "+853", "MO"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ต", "Northern Mariana Islands", "+1", "MP"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ถ", "Martinique", "+596", "MQ"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ท", "Mauritania", "+222", "MR"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ธ", "Montserrat", "+1", "MS"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡น", "Malta", "+356", "MT"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡บ", "Mauritius", "+230", "MU"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ป", "Maldives", "+960", "MV"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ผ", "Malawi", "+265", "MW"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฝ", "Mexico", "+52", "MX"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡พ", "Malaysia", "+60", "MY"),
ModelCountry("๐Ÿ‡ฒ๐Ÿ‡ฟ", "Mozambique", "+258", "MZ"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ฆ", "Namibia", "+264", "NA"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡จ", "New Caledonia", "+687", "NC"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ช", "Niger", "+227", "NE"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ซ", "Norfolk Island", "+672", "NF"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ฌ", "Nigeria", "+234", "NG"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ฎ", "Nicaragua", "+505", "NI"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ฑ", "Netherlands", "+31", "NL"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ด", "Norway", "+47", "NO"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ต", "Nepal", "+977", "NP"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ท", "Nauru", "+674", "NR"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡บ", "Niue", "+683", "NU"),
ModelCountry("๐Ÿ‡ณ๐Ÿ‡ฟ", "New Zealand", "+64", "NZ"),
ModelCountry("๐Ÿ‡ด๐Ÿ‡ฒ", "Oman", "+968", "OM"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ฆ", "Panama", "+507", "PA"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ช", "Peru", "+51", "PE"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ซ", "French Polynesia", "+689", "PF"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ฌ", "Papua New Guinea", "+675", "PG"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ญ", "Philippines", "+63", "PH"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ฐ", "Pakistan", "+92", "PK"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ฑ", "Poland", "+48", "PL"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ฒ", "Saint Pierre and Miquelon", "+508", "PM"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ณ", "Pitcairn", "+870", "PN"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ท", "Puerto Rico", "+1", "PR"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ธ", "Palestine, State of", "+970", "PS"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡น", "Portugal", "+351", "PT"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡ผ", "Palau", "+680", "PW"),
ModelCountry("๐Ÿ‡ต๐Ÿ‡พ", "Paraguay", "+595", "PY"),
ModelCountry("๐Ÿ‡ถ๐Ÿ‡ฆ", "Qatar", "+974", "QA"),
ModelCountry("๐Ÿ‡ท๐Ÿ‡ช", "Rรฉunion", "+262", "RE"),
ModelCountry("๐Ÿ‡ท๐Ÿ‡ด", "Romania", "+40", "RO"),
ModelCountry("๐Ÿ‡ท๐Ÿ‡ธ", "Serbia", "+381", "RS"),
ModelCountry("๐Ÿ‡ท๐Ÿ‡บ", "Russian Federation", "+7", "RU"),
ModelCountry("๐Ÿ‡ท๐Ÿ‡ผ", "Rwanda", "+250", "RW"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฆ", "Saudi Arabia", "+966", "SA"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ง", "Solomon Islands", "+677", "SB"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡จ", "Seychelles", "+248", "SC"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฉ", "Sudan", "+249", "SD"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ช", "Sweden", "+46", "SE"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฌ", "Singapore", "+65", "SG"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ญ", "Saint Helena, Ascension and Tristan da Cunha", "+290", "SH"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฎ", "Slovenia", "+386", "SI"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฏ", "Svalbard and Jan Mayen", "+47", "SJ"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฐ", "Slovakia", "+421", "SK"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฑ", "Sierra Leone", "+232", "SL"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฒ", "San Marino", "+378", "SM"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ณ", "Senegal", "+221", "SN"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ด", "Somalia", "+252", "SO"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ท", "Suriname", "+597", "SR"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ธ", "South Sudan", "+211", "SS"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡น", "Sao Tome and Principe", "+239", "ST"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ป", "El Salvador", "+503", "SV"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฝ", "Sint Maarten (Dutch part)", "+1", "SX"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡พ", "Syrian Arab Republic", "+963", "SY"),
ModelCountry("๐Ÿ‡ธ๐Ÿ‡ฟ", "Eswatini", "+268", "SZ"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฆ", "Tristan da Cunha", "+290", "TA"),
ModelCountry("๐Ÿ‡น๐Ÿ‡จ", "Turks and Caicos Islands", "+1", "TC"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฉ", "Chad", "+235", "TD"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ซ", "French Southern Territories", "+262", "TF"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฌ", "Togo", "+228", "TG"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ญ", "Thailand", "+66", "TH"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฏ", "Tajikistan", "+992", "TJ"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฐ", "Tokelau", "+690", "TK"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฑ", "Timor-Leste", "+670", "TL"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฒ", "Turkmenistan", "+993", "TM"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ณ", "Tunisia", "+216", "TN"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ด", "Tonga", "+676", "TO"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ท", "Turkey", "+90", "TR"),
ModelCountry("๐Ÿ‡น๐Ÿ‡น", "Trinidad and Tobago", "+1", "TT"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ป", "Tuvalu", "+688", "TV"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ผ", "Taiwan, Province of China", "+886", "TW"),
ModelCountry("๐Ÿ‡น๐Ÿ‡ฟ", "Tanzania, United Republic of", "+255", "TZ"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ฆ", "Ukraine", "+380", "UA"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ฌ", "Uganda", "+256", "UG"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ฒ", "United States Minor Outlying Islands", "+1", "UM"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ณ", "United Nations", "", "UN"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ธ", "United States of America", "+1", "US"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡พ", "Uruguay", "+598", "UY"),
ModelCountry("๐Ÿ‡บ๐Ÿ‡ฟ", "Uzbekistan", "+998", "UZ"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡ฆ", "Holy See", "+379", "VA"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡จ", "Saint Vincent and the Grenadines", "+1", "VC"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡ช", "Venezuela (Bolivarian Republic of)", "+58", "VE"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡ฌ", "Virgin Islands (British)", "+1", "VG"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡ฎ", "Virgin Islands (U.S.)", "+1", "VI"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡ณ", "Viet Nam", "+84", "VN"),
ModelCountry("๐Ÿ‡ป๐Ÿ‡บ", "Vanuatu", "+678", "VU"),
ModelCountry("๐Ÿ‡ผ๐Ÿ‡ซ", "Wallis and Futuna", "+681", "WF"),
ModelCountry("๐Ÿ‡ผ๐Ÿ‡ธ", "Samoa", "+685", "WS"),
ModelCountry("๐Ÿ‡ฝ๐Ÿ‡ฐ", "Kosovo", "+383", "XK"),
ModelCountry("๐Ÿ‡พ๐Ÿ‡ช", "Yemen", "+967", "YE"),
ModelCountry("๐Ÿ‡พ๐Ÿ‡น", "Mayotte", "+262", "YT"),
ModelCountry("๐Ÿ‡ฟ๐Ÿ‡ฆ", "South Africa", "+27", "ZA"),
ModelCountry("๐Ÿ‡ฟ๐Ÿ‡ฒ", "Zambia", "+260", "ZM"),
ModelCountry("๐Ÿ‡ฟ๐Ÿ‡ผ", "Zimbabwe", "+263", "ZW"),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment