Setting Initial Dropdown Value Based on User Data
I’m building a Flutter app where users can edit their profile information. The profile form includes dropdowns for selecting the country and city. The list of countries is loaded into memory along with their respective cities. However, when a user edits their profile, I’m facing an issue with initializing the city dropdown with the user’s saved city.
Flutter: Setting Initial Dropdown Value Based on User Data
I’m building a Flutter app where users can edit their profile information. The profile form includes dropdowns for selecting the country and city. The list of countries is loaded into memory along with their respective cities. However, when a user edits their profile, I’m facing an issue with initializing the city dropdown with the user’s saved city.