flutter_city_picker icon indicating copy to clipboard operation
flutter_city_picker copied to clipboard

Results 8 flutter_city_picker issues
Sort by recently updated
recently updated
newest added

是否可以提供null safe版本,谢谢

作者你好,方便的话请更新一下版本。

能否增加cityCode ,后台存储城市代码而不是城市名字

![image](https://user-images.githubusercontent.com/40258280/76140023-3d1c2300-6091-11ea-8d20-cb1bd8ad4aeb.png) - 建议如下修改 ``` if (cityScrollController.hasClients) { cityScrollController.jumpTo(0); } if (countyScrollController.hasClients) { countyScrollController.jumpTo(0); } ```

因为这个数据可能随时发生变化 如果有合适的可采集的数据来源可以联系我 我会抽空更新内置数据

enhancement

在安卓手机上Mate20 确定取消按钮会显示不全,..src/city_piceker.dart line126 你用了CupertinoButton 导致安卓手机显示按钮不全,换成MaterialButton就没问题了,建议区分一下手机系统

请问有没有办法自定义城市分划?比如说针对中国以外的国家

help wanted