yangyxd / flutter_picker

Flutter picker plugin
MIT License
697 stars 270 forks source link

level 3 view will never show #45

Open yintaibing opened 5 years ago

yintaibing commented 5 years ago

当pickerItems前几个元素中仅2个level、其余元素有3个level时,level 3的列表再也不会显示出来。 when first item in pickerItems has only 2 levels(other items has 3 levels), level 3 view will never show

yangyxd commented 5 years ago

能提供一个出现此问题的示例吗?

yintaibing commented 5 years ago

能提供一个出现此问题的示例吗?

比如如下数据: item1:北京-海淀 item2:广东-广州-天河 首先会默认定位到item1,下滑到item2时,level3的“天河”就没有显示出来了

CindyMini commented 1 year ago

请问这个问题解决了吗? 我使用2.0.5版本任然会这样 I/flutter (12689): time:2023-05-11 18:21:38.218343 ###flutter_log### e Picker [6, 7, 1] I/flutter (12689): time:2023-05-11 18:21:39.868819 ###flutter_log### e Picker [7, 7, 1] I/flutter (12689): time:2023-05-11 18:21:40.291881 ###flutter_log### e Picker [8, 7, 1] I/flutter (12689): time:2023-05-11 18:21:40.846930 ###flutter_log### e Picker [9, 7, 1] 请问滑动第一个坐标的时候 如何把后面的坐标重置为0坐标