I'm new to Flutter. What I want to ask is when I have a DropDownFormField and have 3 values. How can when I select one of the 3 values I will display a new DropDownFormField with a dataSource associated with the previously selected value.
For example I have House, Hotel, Apartment => Select House => display new DropDownFormField has Room, Kitchen
Or Select Hotel => display new DropDownFormField has Single Room, Double Room
Are there any examples that I can refer to?