Commit dd88fee1 authored by XinLei's avatar XinLei Committed by GitHub

Merge pull request #2 from alibaba/master

sync 2019/10/3
parents 065433bd 570f4acb
...@@ -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.52 flutter_boost: ^0.1.54
``` ```
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.52' ref: '0.1.54'
``` ```
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
打开pubspec.yaml并将以下行添加到依赖项: 打开pubspec.yaml并将以下行添加到依赖项:
```json ```json
flutter_boost: ^0.1.52 flutter_boost: ^0.1.54
``` ```
或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目 或者可以直接依赖github的项目的版本,Tag,pub发布会有延迟,推荐直接依赖Github项目
...@@ -32,7 +32,7 @@ flutter_boost: ^0.1.52 ...@@ -32,7 +32,7 @@ flutter_boost: ^0.1.52
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.52' ref: '0.1.54'
``` ```
## 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.52 version: 0.1.54
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