Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢冠章
flutter_boost_1.22.4
Commits
1e18971b
Commit
1e18971b
authored
Nov 18, 2019
by
yangwu.jia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify readme
parent
d3dce92a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
2 deletions
+71
-2
CHANGELOG.md
CHANGELOG.md
+23
-2
README.md
README.md
+24
-0
README_CN.md
README_CN.md
+24
-0
No files found.
CHANGELOG.md
View file @
1e18971b
...
@@ -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:
...
...
README.md
View file @
1e18971b
...
@@ -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
...
...
README_CN.md
View file @
1e18971b
...
@@ -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项目中添加依赖项。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment