Commit 570f4acb authored by yangwu.jia's avatar yangwu.jia

release new version

parent f8721ce8
......@@ -24,7 +24,7 @@ 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:
```java
flutter_boost: ^0.1.53
flutter_boost: ^0.1.54
```
or you could rely directly on a Github project tag, for example(recommended)
......@@ -33,7 +33,7 @@ or you could rely directly on a Github project tag, for example(recommended)
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.1.53'
ref: '0.1.54'
```
......
......@@ -22,7 +22,7 @@
打开pubspec.yaml并将以下行添加到依赖项:
```json
flutter_boost: ^0.1.53
flutter_boost: ^0.1.54
```
或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目
......@@ -32,7 +32,7 @@ flutter_boost: ^0.1.53
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.1.53'
ref: '0.1.54'
```
## Dart代码的集成
......
name: flutter_boost
description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts.
version: 0.1.53
version: 0.1.54
author: Alibaba Xianyu
homepage: https://github.com/alibaba/flutter_boost
......
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