flutter_boost 1.17.1 icon indicating copy to clipboard operation
flutter_boost: ^1.17.1 copied to clipboard

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.

Build Status pub package codecov


中文文档 中文介绍 集成相关

Release Note #

Please checkout the release note for the latest 1.12.13+1 to see changes 1.12.13+1 release note

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). 

Prerequisites #

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.

boost version description #

Flutter Boost VersionSupport Flutter SDK VersionDescriptionSupport AndroidX?
1.9.1+21.9.1-hotfixesRename the version number and start supporting androidx by defaultYes
1.12.13+11.12.13-hotfixessupporting androidxYes
1.12.13+21.12.13-hotfixessupporting androidxYes
Flutter Boost branchSupport Flutter SDK VersionDescriptionSupport AndroidX?
v1.9.1-hotfixes1.9.1-hotfixesfor androidxYes
v1.12.13-hotfixes1.12.13-hotfixesfor androidxYes
v1.17.1-hotfixes1.17.1for androidxYes

Getting Started #

Add a dependency in you Flutter project. #

Open you pubspec.yaml and add the following line to dependencies:

androidx branch

flutter_boost:
    git:
        url: 'https://github.com/alibaba/flutter_boost.git'
        ref: '1.12.13+2'

Boost Integration #

Please see

  1. Boost detail example

  2. integrated document Integration

FAQ #

please read this document: FAQ

License #

This project is licensed under the MIT License - see the LICENSE.md file for details

Problem feedback group( dingding group) #

关于我们 #

阿里巴巴-闲鱼技术是国内最早也是最大规模线上运行Flutter的团队。

我们在公众号中为你精选了Flutter独家干货,全面而深入。

内容包括:Flutter的接入、规模化应用、引擎探秘、工程体系、创新技术等教程和开源信息。

架构/服务端/客户端/前端/算法/质量工程师 在公众号中投递简历,名额不限哦

欢迎来闲鱼做一个好奇、幸福、有影响力的程序员,简历投递:tino.wjf@alibaba-inc.com

订阅地址

For English

30
likes
90
pub points
71%
popularity

Publisher

verified publisher iconcommunity.opensource.alibaba.com

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.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_boost