16.3 国家选择器
16.3 国家选择器
Ramsayi16.3 国家选择器
实现步骤:
第 1 步:数据模型
不要把这种基础数据放在安装包中,动态拉取即可
apifox 中查看接口
数据结构
1 | [ |
一次性的把大陆、国家、洲省 数据都拉取下来
创建模型
lib/common/models/woo/continents_model
修正
lib/common/models/woo/continents_model/state.dart
1 | class State { |
导包
lib/common/models/index.dart
1 | export './woo/continents_model/continents_model.dart'; |
第 2 步:请求 api
lib/common/api/user.dart
1 | /// 大陆国家洲省列表 |
第 3 步:控制器
lib/pages/my/my_address/controller.dart
1 | // 大陆国家洲省 |
1 | // 国家选择 |
1 | // 拉取大陆国家洲省数据 |
1 | // 初始化 |
1 | // 国家选择 |
第 4 步:视图
lib/pages/my/my_address/view.dart
1 | // 表单 |
提交代码到 git
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果