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

Release 0.1.60

parent 1a483401
......@@ -9,6 +9,12 @@ The main changes are as following:
4. We did some code refactoring, the main logic became more straightforward.
## 0.1.60
The version of the flutter SDK requires v1.9.1+hotfixes, or it will compile error.
### API changes
From the point of API changes, we did some refactoring as following:
#### iOS API changes
......
......@@ -7,7 +7,7 @@
# Release Note
Please checkout the release note for the latest 0.1.54 to see changes [0.1.54 release note](https://github.com/alibaba/flutter_boost/releases)
Please checkout the release note for the latest 0.1.60 to see changes [0.1.60 release note](https://github.com/alibaba/flutter_boost/releases)
# FlutterBoost
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.The philosophy of FlutterBoost is to use Flutter as easy as using a WebView. Managing Native pages and Flutter pages at the same time is non-trivial in an existing App. FlutterBoost takes care of page resolution for you. The only thing you need to care about is the name of the page(usually could be an URL). 
......@@ -28,7 +28,7 @@ support branch
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'feature/flutter_1.9_upgrade'
ref: '0.1.60'
```
androidx branch
```json
......
......@@ -5,7 +5,7 @@
# Release Note
请查看最新版本0.1.54的release note 确认变更,[0.1.54 release note](https://github.com/alibaba/flutter_boost/releases)
请查看最新版本0.1.60的release note 确认变更,[0.1.60 release note](https://github.com/alibaba/flutter_boost/releases)
# FlutterBoost
......@@ -24,10 +24,12 @@
support分支
```json
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'feature/flutter_1.9_upgrade'
ref: '0.1.60'
```
androidx分支
......
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.54
version: 0.1.60
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