Hi
Is there a way to go from ListTile (i.e. "Countries") to ListTile (i.e. Cities) within the same Page/Listview?
I wish to select a city somebody is from by pre-select the location through Country(-Province)-City (or something like it) without moving away from the page,but rather see the selection narrowing within the listview (or any other widget).
For your info, i am doing this not with an external database like FireBase but am working with App State and JSON Paths since the list is extensive
Thanks!