Commit 0c407456 authored by Jidong Chen's avatar Jidong Chen Committed by GitHub

Update 0.0.412

Update 0.0.412
parent f4427cf1
...@@ -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.411 flutter_boost: ^0.0.412
``` ```
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.411' ref: '0.0.412'
``` ```
......
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