- 使用
Flutter 3.13.0
或更高版本
todo_flutter:
git:
url: https://github.com/azhon/todo_flutter
# 依赖合适的Release、Tag
ref: 1.0.1
- 初始化
void main() {
runApp(TodoApp(home: MyHomePage()));
}
- 使用fluro
- 路由路径生成使用FlutterResource插件
- 实现http客户端
BaseNetEngine
- 实现数据转换器,生成对应实体
BaseConvert
- 实现网络请求
BaseRequest
并指定提供一个BaseNetProvider
- json实体插件FlutterJsonBeanFactory