Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
azhon committed Sep 15, 2023
1 parent 93e69a9 commit 6c99a23
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@
| DataChangeWidget | 简单数据状态管理组件 | BaseStatefulWidget</br>BaseState | 有状态组件 |
| BaseStatelessWidget | 无状态组件 | BaseBloc | Bloc封装 |

### 一、框架初始化:
### 一、依赖本库:

```dart
todo_flutter:
git:
url: https://github.com/azhon/todo-flutter
# 依赖合适的Release
ref: 1.0.0
```
- 初始化

```dart
void main() {
runApp(TodoApp(home: MyHomePage()));
Expand Down

0 comments on commit 6c99a23

Please sign in to comment.