Commit b66898e7 authored by yangwu.jia's avatar yangwu.jia

Release a new version

parent fc847037
...@@ -24,7 +24,7 @@ You need to add Flutter to your project before moving on.The version of the flut ...@@ -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: Open you pubspec.yaml and add the following line to dependencies:
```java ```java
flutter_boost: ^0.1.50 flutter_boost: ^0.1.51
``` ```
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)
...@@ -33,7 +33,7 @@ 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: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '0.1.50' ref: '0.1.51'
``` ```
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
打开pubspec.yaml并将以下行添加到依赖项: 打开pubspec.yaml并将以下行添加到依赖项:
```json ```json
flutter_boost: ^0.1.50 flutter_boost: ^0.1.51
``` ```
或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目 或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目
...@@ -32,7 +32,7 @@ flutter_boost: ^0.1.50 ...@@ -32,7 +32,7 @@ flutter_boost: ^0.1.50
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.50' ref: '0.1.51'
``` ```
## Dart代码的集成 ## Dart代码的集成
......
name: flutter_boost 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. 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.50 version: 0.1.51
author: Alibaba Xianyu author: Alibaba Xianyu
homepage: https://github.com/alibaba/flutter_boost 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