Commit 9ff0a27a authored by Jidong Chen's avatar Jidong Chen Committed by GitHub

Update 0.0.412

Update 0.0.412
parent 0c407456
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
打开pubspec.yaml并将以下行添加到依赖项: 打开pubspec.yaml并将以下行添加到依赖项:
```json ```json
flutter_boost: ^0.0.411 flutter_boost: ^0.0.412
``` ```
或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目 或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目
...@@ -25,7 +25,7 @@ flutter_boost: ^0.0.411 ...@@ -25,7 +25,7 @@ flutter_boost: ^0.0.411
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.0.411' ref: '0.0.412'
``` ```
## Dart代码的集成 ## Dart代码的集成
将init代码添加到App App 将init代码添加到App App
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment