Tag

flutter boost

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

Hybrid AppMobileNative Integration
0 likes · 15 min read
Achieving Near‑Native Web App Experience on Mobile with a Hybrid Stack
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.

DartFlutterMobile
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