Commit 328160d1 authored by yangwu.jia's avatar yangwu.jia

Update readme

parent 6381810e
...@@ -46,19 +46,19 @@ You need to add Flutter to your project before moving on.The version of the flut ...@@ -46,19 +46,19 @@ You need to add Flutter to your project before moving on.The version of the flut
Open you pubspec.yaml and add the following line to dependencies: Open you pubspec.yaml and add the following line to dependencies:
support branch androidx branch
```json ```json
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.1.64' ref: ' 1.9.1+1'
``` ```
androidx branch support branch
```json ```json
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'v1.9.1-hotfixes' ref: 'task/task_v1.9.1_support_hotfixes'
``` ```
......
...@@ -48,22 +48,19 @@ ...@@ -48,22 +48,19 @@
打开pubspec.yaml并将以下行添加到依赖项: 打开pubspec.yaml并将以下行添加到依赖项:
support分支 androidx branch
```json ```json
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.1.64' ref: ' 1.9.1+1'
``` ```
support branch
androidx分支
```json ```json
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'v1.9.1-hotfixes' ref: 'task/task_v1.9.1_support_hotfixes'
``` ```
......
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