All Projects → shichunlei → flutter_jd_address_selector

shichunlei / flutter_jd_address_selector

Licence: other
京东地址选择器

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flutter jd address selector

React Native Actions Sheet
A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
Stars: ✭ 412 (+1484.62%)
Mutual labels:  dialog, picker
Singledateandtimepicker
You can now select a date and a time with only one widget !
Stars: ✭ 921 (+3442.31%)
Mutual labels:  dialog, picker
Md Date Time Picker
An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
Stars: ✭ 272 (+946.15%)
Mutual labels:  dialog, picker
PSCityPickerView
城市选择器,可以选择国内所有的城市和地区
Stars: ✭ 47 (+80.77%)
Mutual labels:  address, picker
Jh flutter demo
a flutter demo
Stars: ✭ 229 (+780.77%)
Mutual labels:  dialog, picker
HijriDatePicker
Material (Gregorian - Hijri) Date & Time Picker
Stars: ✭ 128 (+392.31%)
Mutual labels:  dialog, picker
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (+2619.23%)
Mutual labels:  dialog, picker
HHChaosToolkit
A set of MVVM tookit class libraries for uwp platform.
Stars: ✭ 27 (+3.85%)
Mutual labels:  dialog, picker
Flutter app
🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块
Stars: ✭ 2,140 (+8130.77%)
Mutual labels:  dialog, picker
Amazing Time Picker
Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
Stars: ✭ 142 (+446.15%)
Mutual labels:  dialog, picker
Universalpickerdialog
Android dialog with auto generated pickers inside, which depends on count of datasets provided. Made by Stfalcon
Stars: ✭ 138 (+430.77%)
Mutual labels:  dialog, picker
SPPickerView
这是一个选择器,功能类似系统的UIPickerView,但是比UIPickerView的适用范围广得多
Stars: ✭ 28 (+7.69%)
Mutual labels:  address, picker
Androidpicker
安卓选择器类库,包括日期及时间选择器(可用于出生日期、营业时间等)、单项选择器(可用于性别、民族、职业、学历、星座等)、二三级联动选择器(可用于车牌号、基金定投日期等)、城市地址选择器(分省级、地市级及区县级)、数字选择器(可用于年龄、身高、体重、温度等)、日历选日期择器(可用于酒店及机票预定日期)、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/TimePicker/OptionPicker/NumberPicker/LinkagePicker/AddressPicker/CarPlatePicker/CalendarPicker/ColorPicker/FilePicker/ImagePicker etc.
Stars: ✭ 5,320 (+20361.54%)
Mutual labels:  address, picker
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+238.46%)
Mutual labels:  dialog, picker
popoPicker
popoPicker是一个移动端3D滚轮日期时间和单项的选择器,支持无限循环滚动,不依赖第三方库
Stars: ✭ 26 (+0%)
Mutual labels:  picker
AnyDialog
简化dialog创建,支持滑动关闭,支持嵌套滑动
Stars: ✭ 26 (+0%)
Mutual labels:  dialog
street-address
Street address parser and formatter
Stars: ✭ 86 (+230.77%)
Mutual labels:  address
bitcoincashjs
WARNING: This project is no longer maintained. Please, use bitcore-lib-cash instead.
Stars: ✭ 80 (+207.69%)
Mutual labels:  address
XStyleDialog
可定制化样式的Android Dialog
Stars: ✭ 37 (+42.31%)
Mutual labels:  dialog
geocoding
地理编码技术,提供地址标准化和相似度计算。
Stars: ✭ 148 (+469.23%)
Mutual labels:  address

flutter_jd_address_selector

仿京东地址选择器

Use

pubspec.yaml

    dependencies:
      flutter_jd_address_selector:
        git:
          url: https://github.com/shichunlei/flutter_jd_address_selector

import

    import 'package:flutter_jd_address_selector/flutter_jd_address_selector.dart';

use

    void _choiceAddressDialog() async {
      showModalBottomSheet(
        context: context,
        builder: (BuildContext context) {
          return JDAddressDialog(
              onSelected: (province, city, county) {
                address = '$province-$city-$county';
                setState(() {});
              },
              title: '选择地址',
              selectedColor: Colors.red,
              unselectedColor: Colors.black);
        });
    }

运行截图

1 2

城市数据

数据来源国家统计局城乡划分 2019 版

LICENSE

copyright apache 2.0 for shichunlei

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].