Tag

Flutter Boost

1 views collected around this technical thread.

Xingsheng Youxuan Technology Community
Xingsheng Youxuan Technology Community
Jun 28, 2022 · Mobile Development

Achieving Near‑Native Web App Experience on Mobile with a Hybrid Stack

This article details a hybrid solution that combines native WebView containers, offline resource packaging, and Flutter Boost integration to deliver web applications with performance and user experience comparable to pure native apps, while enabling instant updates and rich native capabilities on both Android and iOS.

Flutter BoostNative Integrationhybrid app
0 likes · 15 min read
Achieving Near‑Native Web App Experience on Mobile with a Hybrid Stack
QQ Music Frontend Team
QQ Music Frontend Team
Apr 19, 2020 · Mobile Development

How to Integrate Flutter Boost into an iOS (Objective‑C) Project

This guide walks through preparing an Xcode project with CocoaPods, adding a Flutter module as a dependency, implementing the required platform router in Objective‑C, binding it in AppDelegate, and using Flutter Boost’s open and present APIs to navigate between native and Flutter pages.

CocoaPodsFlutter BoostHybrid Development
0 likes · 6 min read
How to Integrate Flutter Boost into an iOS (Objective‑C) Project
QQ Music Frontend Team
QQ Music Frontend Team
Mar 29, 2020 · Mobile Development

How to Integrate Flutter Boost for Seamless Android‑Flutter Hybrid Development

This guide walks you through the complete process of adding Flutter Boost to an existing Android project, creating a Flutter module, registering pages in Dart, configuring native routing, handling communication between Dart and Java, and even embedding Flutter fragments, while also providing a concise source‑code analysis of the framework's core mechanisms.

Android IntegrationFlutterFlutter Boost
0 likes · 24 min read
How to Integrate Flutter Boost for Seamless Android‑Flutter Hybrid Development
58 Tech
58 Tech
Mar 6, 2020 · Mobile Development

Integrating Flutter into an Existing Native App: Challenges, Solutions, and the Use of Flutter Boost and Fish‑Redux

This article details the process of embedding Flutter into a mature native Android/iOS application, covering architectural background, thread models, the drawbacks of the default multi‑engine approach, the adoption of Flutter Boost, code‑level integration steps, network and resource sharing techniques, and the subsequent migration to the Fish‑Redux framework for better modularity and maintainability.

DartFlutterFlutter Boost
0 likes · 17 min read
Integrating Flutter into an Existing Native App: Challenges, Solutions, and the Use of Flutter Boost and Fish‑Redux
360 Tech Engineering
360 Tech Engineering
Oct 17, 2019 · Mobile Development

Understanding Flutter Hybrid Stack: Architecture, Issues, and Solutions

This article examines Flutter's hybrid stack on Android, explaining its evolution, the problems caused by multiple engines and views, and reviewing community and official solutions such as Flutter Boost's view and engine reuse approaches with code examples.

AndroidEngine ReuseFlutter
0 likes · 12 min read
Understanding Flutter Hybrid Stack: Architecture, Issues, and Solutions