Commit 1e18971b authored by yangwu.jia's avatar yangwu.jia

modify readme

parent d3dce92a
...@@ -11,11 +11,32 @@ The main changes are as following: ...@@ -11,11 +11,32 @@ The main changes are as following:
## 0.1.60 ## 0.1.60
The version of the flutter SDK requires v1.9.1+hotfixes, or it will compile error. A better implementation to support Flutter v1.9.1+hotfixes
Change the content
android:
1. based on the v1.9.1+hotfixes branch of flutter
2. Solve major bugs, such as page parameter passing
3. Support platformview
4. Support androidx branch :feature/flutter_1.9_androidx_upgrade
5. Resolve memory leaks
6. Rewrite part of the code
7. API changes
8. Improved demo and added many demo cases
ios:
1.based on the v1.9.1+hotfixes branch of flutter
2.bugfixed
## 0.1.61 ## 0.1.61
bug fix android:
Fixed bugs
iOS:
no change
### API changes ### API changes
From the point of API changes, we did some refactoring as following: From the point of API changes, we did some refactoring as following:
......
...@@ -16,6 +16,30 @@ A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plug ...@@ -16,6 +16,30 @@ A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plug
# Prerequisites # Prerequisites
You need to add Flutter to your project before moving on.The version of the flutter SDK requires v1.9.1+hotfixes, or it will compile error. You need to add Flutter to your project before moving on.The version of the flutter SDK requires v1.9.1+hotfixes, or it will compile error.
#boost version description
1. 0.1.50 is based on the flutter v1.5.4-hotfixes branch, android if other flutter versions or branches will compile incorrectly
0.1.51--0.1.54 is a bugfix for 0.1.50
2. 0.1.60 is based on the flutter v1.9.1-hotfixes branch. Android does not support andriodx if other flutter branches will compile incorrectly
0.1.61 is a bugfix for 0.1.60
3. Statement of support for androidx
3.1. Current androidx branch is feature/flutter_1.9_androidx_upgrade
3.2. Is based on flutter v1.9.1-hotfixes branch, if other branches will compile incorrectly
3.3. Synchronize with the 0.1.60 code, and bugfix of 0.1.61 also merge to this branch.
# Getting Started # Getting Started
......
...@@ -16,6 +16,30 @@ ...@@ -16,6 +16,30 @@
在继续之前,您需要将Flutter集成到你现有的项目中。flutter sdk 的版本需要 v1.9.1-hotfixes,否则会编译失败. 在继续之前,您需要将Flutter集成到你现有的项目中。flutter sdk 的版本需要 v1.9.1-hotfixes,否则会编译失败.
#boost 版本说明
1. 0.1.50 是基于flutter v1.5.4-hotfixes 分支,android 如果其他flutter版本或者分支 会编译错误
0.1.51--0.1.54 是对0.1.50的bugfix
2. 0.1.60 是基于flutter v1.9.1-hotfixes 分支,android如果其他flutter分支会编译错误,该版本不支持andriodx
0.1.61 是对0.1.60 的bugfix
3.关于androidx 的支持声明
3.1. 目前androidx 分支为 feature/flutter_1.9_androidx_upgrade
3.2. 是基于flutter v1.9.1-hotfixes 分支,如果其他分支会编译错误
3.3. 和0.1.60代码同步,同时0.1.61的 bugfix 也会合入该分支。
# 安装 # 安装
## 在Flutter项目中添加依赖项。 ## 在Flutter项目中添加依赖项。
......
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