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

升级版本

parent 69e6e8cf
...@@ -38,7 +38,7 @@ ios: ...@@ -38,7 +38,7 @@ ios:
iOS: iOS:
no change no change
## 0.1.62 ## 0.1.63
android: android:
Fixed bugs Fixed bugs
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Release Note # Release Note
Please checkout the release note for the latest 0.1.61 to see changes [0.1.61 release note](https://github.com/alibaba/flutter_boost/releases) Please checkout the release note for the latest 0.1.63 to see changes [0.1.63 release note](https://github.com/alibaba/flutter_boost/releases)
# FlutterBoost # 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).  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). 
...@@ -36,7 +36,7 @@ You need to add Flutter to your project before moving on.The version of the flut ...@@ -36,7 +36,7 @@ You need to add Flutter to your project before moving on.The version of the flut
Is based on flutter v1.9.1-hotfixes branch, if other branches will compile incorrectly Is based on flutter v1.9.1-hotfixes branch, if other branches will compile incorrectly
Synchronize with the 0.1.62 code, and bugfix of 0.1.62 also merge to this branch. Synchronize with the 0.1.63 code, and bugfix also merge to this branch.
...@@ -52,7 +52,7 @@ support branch ...@@ -52,7 +52,7 @@ support branch
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.62' ref: '0.1.63'
``` ```
androidx branch androidx branch
```json ```json
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Release Note # Release Note
请查看最新版本0.1.61的release note 确认变更,[0.1.61 release note](https://github.com/alibaba/flutter_boost/releases) 请查看最新版本0.1.63的release note 确认变更,[0.1.63 release note](https://github.com/alibaba/flutter_boost/releases)
# FlutterBoost # FlutterBoost
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
3. 0.1.60 是基于flutter v1.9.1-hotfixes 分支,android如果其他flutter分支会编译错误,该版本不支持andriodx 3. 0.1.60 是基于flutter v1.9.1-hotfixes 分支,android如果其他flutter分支会编译错误,该版本不支持andriodx
4. 0.1.61-- 0.1.62 是对0.1.60 的bugfix 4. 0.1.61-- 0.1.63 是对0.1.60 的bugfix
5. 关于androidx 的支持声明 5. 关于androidx 的支持声明
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
是基于flutter v1.9.1-hotfixes 分支,如果其他分支会编译错误 是基于flutter v1.9.1-hotfixes 分支,如果其他分支会编译错误
和0.1.62代码同步,同时0.1.62的 bugfix 也会合入该分支。 和0.1.60代码同步, bugfix 也会合入该分支。
...@@ -52,7 +52,7 @@ support分支 ...@@ -52,7 +52,7 @@ support分支
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.62' ref: '0.1.63'
``` ```
......
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.62 version: 0.1.63
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