city_pickers library
Classes
- BaseStyle
- Cache
- it's a cache class, aim to reduce calculations;
- CitiesSearcher
- CitiesSelector
- CitiesUtils
- CityPickers
- ios city pickers provide config height, initLocation and so on
- CityPickerUtil
- HotCity
- 热闹城市对象
- Point
- use National Bureau of Statistics's data, build tree, the point is trees's node
- Result
- CityPicker 返回的 Result 结果函数
- ShowType
- ShowTypeGeometry
Enums
Functions
-
setTimeout(
{required int milliseconds, dynamic callback = VoidCallback}) → void
Typedefs
- AppBarBuilder = AppBar Function(String title)
- 自定义 城市选择器的头
- ItemWidgetBuilder = Widget Function(dynamic item, List list, int index)