All Projects → alibaba → Flutter_boost

alibaba / Flutter_boost

Licence: mit
FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts

Programming Languages

dart
5743 projects
swift
15916 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Flutter boost

cordevicljs
CorDeviCLJS - Cordova, Device and ClojureScript. Hybrid mobile app using Cordova with native device bridge, App connecting to backend (included) via websocket. UI based on OnsenUI and Facebook React, based on Enterlab Rente
Stars: ✭ 33 (-99.42%)
Mutual labels:  hybrid-app
qwebchannel-bridge
🌉How to intergrate @qt qwebchannel with @vuejs
Stars: ✭ 17 (-99.7%)
Mutual labels:  hybrid-app
JavaScriptCore-usage
JavaScriptCore-C接口详解,以及基本的使用方法
Stars: ✭ 21 (-99.63%)
Mutual labels:  hybrid-app
react-cam
HTML5 Web/Mobile camera for ReactJS
Stars: ✭ 30 (-99.48%)
Mutual labels:  hybrid-app
Vootstrap
Great combination of Vue and Bootstrap
Stars: ✭ 39 (-99.32%)
Mutual labels:  hybrid-app


中文文档 中文介绍

Release Note

v3.0-preview.17

PS: Before updating the beta version, please read the CHANGELOG to see if there are any BREAKING CHANGE

    1. Flutter SDK upgrades do not require Boost upgrades
    1. Simplify the architecture
    1. Simplify the interface
    1. Unified design of double-end interface
    1. Solved the Top Issue
    1. Android does not need to distinguish between AndroidX and Support

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

  1. Before proceeding, you need to integrate Flutter into your existing project.
  2. The Flutter SDK version supported by Boost 3.0 is >= 1.22

Getting Started

Add a dependency in you Flutter project.

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

flutter_boost:
    git:
        url: 'https://github.com/alibaba/flutter_boost.git'
        ref: 'v3.0-preview.17'

Boost Integration

使用文档

建设文档

FAQ

please read this document: FAQ

License

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

关于我们

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

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

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

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

欢迎来闲鱼做一个好奇、幸福、有影响力的程序员,简历投递:[email protected]

订阅地址

For English

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].