Commit 11617104 authored by Jidong Chen's avatar Jidong Chen Committed by GitHub

Update version on readme

parent 3978c43c
...@@ -20,7 +20,7 @@ You need to add Flutter to your project before moving on. ...@@ -20,7 +20,7 @@ You need to add Flutter to your project before moving on.
Open you pubspec.yaml and add the following line to dependencies: Open you pubspec.yaml and add the following line to dependencies:
```java ```java
flutter_boost: ^0.0.400 flutter_boost: ^0.0.411
``` ```
or you could rely directly on a Github project tag, for example(recommended) or you could rely directly on a Github project tag, for example(recommended)
...@@ -28,7 +28,7 @@ or you could rely directly on a Github project tag, for example(recommended) ...@@ -28,7 +28,7 @@ or you could rely directly on a Github project tag, for example(recommended)
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.408' ref: '0.0.411'
``` ```
......
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