Commit 13270129 authored by nightfallsad's avatar nightfallsad

update readme to 1.17.1,update INTEGRATION.md

parent 32c404eb
## 1.17.1
Supported Flutter sdk 1.17.1
## 1.12.13 ## 1.12.13
Supported Flutter sdk 1.12.13 Supported Flutter sdk 1.12.13
......
This diff is collapsed.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# Release Note # Release Note
Please checkout the release note for the latest 1.12.13+1 to see changes [1.12.13+1 release note](https://github.com/alibaba/flutter_boost/releases) Please checkout the release note for the latest 1.17.1 to see changes [1.17.1 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). 
...@@ -23,19 +23,21 @@ You need to add Flutter to your project before moving on.The version of the flut ...@@ -23,19 +23,21 @@ You need to add Flutter to your project before moving on.The version of the flut
# boost version description # boost version description
| Flutter Boost Version | Support Flutter SDK Version | Description | Support AndroidX? | | Flutter Boost Release Version | Support Flutter SDK Version | Description | Support AndroidX? |
| --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ | | --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ |
| 1.9.1+2 | 1.9.1-hotfixes | Rename the version number and start supporting androidx by default | Yes | | 1.9.1+2 | 1.9.1-hotfixes | Rename the version number and start supporting androidx by default | Yes |
| 1.12.13+1 | 1.12.13-hotfixes | supporting androidx | Yes | | 1.12.13+3 | 1.12.13-hotfixes | 支持androidx | Yes |
| 1.17.1 | 1.17.1 | 支持androidx | Yes |
| Flutter Boost branch | Support Flutter SDK Version | Description | Support AndroidX? | | Flutter Boost Branch | Support Flutter SDK Version | Description | Support AndroidX? |
| --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ | | --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ |
| v1.9.1-hotfixes | 1.9.1-hotfixes | for androidx | Yes | | v1.9.1-hotfixes | 1.9.1-hotfixes | for androidx | Yes |
| v1.12.13-hotfixes | 1.12.13-hotfixes | for androidx | Yes | | v1.12.13-hotfixes | 1.12.13-hotfixes | for androidx | Yes |
| v1.17.1-hotfixes | 1.17.1 | for androidx | Yes |
# Getting Started # Getting Started
...@@ -49,7 +51,7 @@ androidx branch ...@@ -49,7 +51,7 @@ androidx branch
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '1.12.13+1' ref: '1.17.1'
``` ```
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Release Note # Release Note
请查看最新版本1.12.13+1的release note 确认变更,[1.12.13+1 release note](https://github.com/alibaba/flutter_boost/releases) 请查看最新版本1.17.1的release note 确认变更,[1.17.1 release note](https://github.com/alibaba/flutter_boost/releases)
# FlutterBoost # FlutterBoost
...@@ -22,10 +22,11 @@ ...@@ -22,10 +22,11 @@
# boost 版本说明 # boost 版本说明
| Flutter Boost 版本 | 支持的 Flutter SDK 版本 | Description | 是否支持 AndroidX? | | Flutter Boost Release 版本 | 支持的 Flutter SDK 版本 | Description | 是否支持 AndroidX? |
| ----------------------- | ----------------------- | ------------------------------------------------------------ | ------------------- | | ----------------------- | ----------------------- | ------------------------------------------------------------ | ------------------- |
| 1.9.1+2 | 1.9.1-hotfixes | 版本号重新命名,开始默认支持androidx | Yes | | 1.9.1+2 | 1.9.1-hotfixes | 版本号重新命名,开始默认支持androidx | Yes |
| 1.12.13+1 | 1.12.13 -hotfixes | 支持androidx | Yes | | 1.12.13+3 | 1.12.13-hotfixes | 支持androidx | Yes |
| 1.17.1 | 1.17.1 | 支持androidx | Yes |
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
| --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ | | --------------------- | --------------------------- | ------------------------------------------------------------ | ------------------ |
| v1.9.1-hotfixes | 1.9.1-hotfixes | for androidx | Yes | | v1.9.1-hotfixes | 1.9.1-hotfixes | for androidx | Yes |
| v1.12.13-hotfixes | 1.12.13-hotfixes | for androidx | Yes | | v1.12.13-hotfixes | 1.12.13-hotfixes | for androidx | Yes |
| v1.17.1-hotfixes | 1.17.1 | for androidx | Yes |
# 安装 # 安装
...@@ -48,7 +50,7 @@ androidx branch ...@@ -48,7 +50,7 @@ androidx branch
flutter_boost: flutter_boost:
git: git:
url: 'https://github.com/alibaba/flutter_boost.git' url: 'https://github.com/alibaba/flutter_boost.git'
ref: '1.12.13+1' ref: '1.17.1'
``` ```
......
...@@ -4,6 +4,7 @@ package com.idlefish.flutterboost; ...@@ -4,6 +4,7 @@ package com.idlefish.flutterboost;
import android.app.Activity; import android.app.Activity;
import android.app.Application; import android.app.Application;
import android.content.Context; import android.content.Context;
import android.content.Intent;
import android.os.Bundle; import android.os.Bundle;
import androidx.annotation.NonNull; import androidx.annotation.NonNull;
...@@ -50,7 +51,7 @@ public class FlutterBoost { ...@@ -50,7 +51,7 @@ public class FlutterBoost {
public void init(Platform platform) { public void init(Platform platform) {
if (sInit){ if (sInit){
Debuger.log("FlutterBoost is alread inited. Do not init twice"); Debuger.log("FlutterBoost is already initialized. Don't initialize it twice");
return; return;
} }
......
...@@ -88,7 +88,6 @@ class BoostContainer extends Navigator { ...@@ -88,7 +88,6 @@ class BoostContainer extends Navigator {
animated: false, animated: false,
settings: RouteSettings( settings: RouteSettings(
name: settings.name, name: settings.name,
isInitialRoute: routeSettings.isInitialRoute,
arguments: routeSettings.arguments, arguments: routeSettings.arguments,
), ),
builder: settings.builder, builder: settings.builder,
......
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