Please checkout the release note for the latest 0.1.64 to see changes [0.1.64 release note](https://github.com/alibaba/flutter_boost/releases)
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)
# 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).
<aname="bf647454"></a>
<aname="bf647454"></a>
# 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 to match boost's version, or it will compile error.
...
@@ -22,22 +22,19 @@ You need to add Flutter to your project before moving on.The version of the flut
...
@@ -22,22 +22,19 @@ You need to add Flutter to your project before moving on.The version of the flut
| Flutter Boost Version | Support Flutter SDK Version | Description | Support AndroidX? |
| Flutter Boost Version | Support Flutter SDK Version | Description | Support AndroidX? |
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:1.9.1+1
version:1.12.13+2
author:Alibaba Xianyu
author:Alibaba Xianyu
homepage:https://github.com/alibaba/flutter_boost
homepage:https://github.com/alibaba/flutter_boost
...
@@ -17,42 +17,7 @@ dev_dependencies:
...
@@ -17,42 +17,7 @@ dev_dependencies:
sdk:flutter
sdk:flutter
mockito:4.1.1
mockito:4.1.1
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
flutter:
plugin:
plugin:
androidPackage:com.idlefish.flutterboost
androidPackage:com.idlefish.flutterboost
pluginClass:FlutterBoostPlugin
pluginClass:FlutterBoostPlugin
# To add assets to your plugin package, add an assets section, like this: