-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
The Select City/Country screen first has only the option to select a country titled "city", and only option "India" available other countries are not available for selection, and the option is displayed 25 times.
To Reproduce
Steps to reproduce the behavior:
- Go to 'screen\login\select_city_name.dart'
- Click on 'select_city_name.dart'
- Scroll down to 'lines: 21, 63, 124, 142'
- See error
Expected behavior
Add the title as "Select country" (line 21) and "Search your country" (line 63), add other country and city names for selection (line 124), reduce the count for displaying from 25 to 1 (line 142).
Screenshots
attached
Desktop (please complete the following information):
- OS: [Windows 11]
- Browser [Firefox]
- Version [131.0.2]
Smartphone (please complete the following information):
- Device: [Redmi Note 10 Pro]
- OS: [MIUI]
- OS Version: [13.0.10]
- Browser [Firefox]
- Browser Version [131.0.2]
Additional context
Making basic changes and adding "city-country" for selection option, with names for some extra cities and countries.



