altafc22 / csc_picker

A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.
BSD 3-Clause "New" or "Revised" License
27 stars 111 forks source link

For Layout.vertical neither showStates=false nor showCities=false are respected #50

Open cvanvlack opened 2 years ago

cvanvlack commented 2 years ago

Describe the bug When using Layout.vertical neither showStates=false nor showCities=false are respected.

To Reproduce Steps to reproduce the behavior:

  1. Open example
  2. Go to line 55 and change to
    
    ///Enable disable state dropdown [OPTIONAL PARAMETER]
    showStates: false,

/// Enable disable city drop down [OPTIONAL PARAMETER] showCities: false, layout: Layout.vertical,


**Expected behavior**
For vertical layouts you should be able to hide the cities or states.
jrdufour07 commented 1 year ago

If you're still interested I just made a PR to fix this