Note: Please checkout the release note for the latest 0.1.50 to see changes [0.1.50 release note](https://github.com/alibaba/flutter_boost/releases)
#Release Note
Please checkout the release note for the latest 0.1.50 to see changes [0.1.50 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).
...
@@ -22,15 +24,16 @@ You need to add Flutter to your project before moving on.
...
@@ -22,15 +24,16 @@ You need to add Flutter to your project before moving on.
Open you pubspec.yaml and add the following line to dependencies:
Open you pubspec.yaml and add the following line to dependencies:
```java
```java
flutter_boost:^0.0.415
flutter_boost:^0.1.50
```
```
or you could rely directly on a Github project tag, for example(recommended)
or you could rely directly on a Github project tag, for example(recommended)