Skip to content

Instantly share code, notes, and snippets.

@happysingh23828
Created February 21, 2022 05:06
Show Gist options
  • Save happysingh23828/608d6852788d09124d4f5b886cd5adb9 to your computer and use it in GitHub Desktop.
Save happysingh23828/608d6852788d09124d4f5b886cd5adb9 to your computer and use it in GitHub Desktop.
Indian States and Union Territories List [Array]
List<String> getListOfStates() {
return [
"Andhra Pradesh",
"Arunachal Pradesh",
"Assam",
"Bihar",
"Chhattisgarh",
"Goa",
"Gujarat",
"Haryana",
"Himachal Pradesh",
"Jammu and Kashmir",
"Jharkhand",
"Karnataka",
"Kerala",
"Madhya Pradesh",
"Maharashtra",
"Manipur",
"Meghalaya",
"Mizoram",
"Nagaland",
"Odisha",
"Punjab",
"Rajasthan",
"Sikkim",
"Tamil Nadu",
"Telangana",
"Tripura",
"Uttar Pradesh",
"Uttarakhand",
"West Bengal"
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment