更新readme
This commit is contained in:
parent
07b38aa19a
commit
2ddf1bbad5
44
README.md
44
README.md
@ -1,16 +1,42 @@
|
||||
# flutter_host
|
||||
|
||||
A new Flutter project.
|
||||
DMK-RP-01 Flutter 版本上位机
|
||||
|
||||
## Getting Started
|
||||
## 一、编译
|
||||
|
||||
This project is a starting point for a Flutter application.
|
||||
### 1. 安装依赖项
|
||||
|
||||
A few resources to get you started if this is your first Flutter project:
|
||||
```bash
|
||||
flutter pub get
|
||||
```
|
||||
|
||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||
### 2. 运行
|
||||
|
||||
For help getting started with Flutter development, view the
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
||||
```bash
|
||||
flutter run
|
||||
```
|
||||
|
||||
### 3. 打包windows
|
||||
|
||||
```bash
|
||||
flutter build windows
|
||||
```
|
||||
|
||||
|
||||
## 二、功能
|
||||
|
||||
1. 展示
|
||||
1.1 座椅调节
|
||||
1.2 座椅按摩
|
||||
1.3 座椅加热
|
||||
1.4 座椅通风
|
||||
2. 报文
|
||||
3. 日志
|
||||
4. 设置
|
||||
|
||||
|
||||
|
||||
## 三、TODOLIST
|
||||
- [ ] 连接
|
||||
- [ ] 断开
|
||||
- [ ] 发送
|
||||
|
Loading…
x
Reference in New Issue
Block a user