alibaba/flutter_boost

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 9th, 2026
Created on March 6th, 2019
Open Issues & Pull Requests: 420 (+0)
GitHub issues: Enabled
Number of forks: 1,269
Total Stargazers: 7,190 (+0)
Total Subscribers: 135 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

FlutterBoost is a Flutter plugin that enables hybrid integration of Flutter into existing native applications with minimal effort.

The tool addresses the complexity of managing both native and Flutter pages within a single application. Rather than requiring developers to handle page resolution and navigation logic themselves, FlutterBoost abstracts this away by treating Flutter much like a WebView—developers need only reference page names, typically as URLs, and the plugin handles routing and lifecycle management across platform boundaries. This approach simplifies the architecture by decoupling page management from application logic.

FlutterBoost suits teams with established native applications who want to incrementally adopt Flutter without rewriting their entire codebase. It works across Android, iOS, and HarmonyOS platforms. The tool is particularly valuable for large-scale applications where native and Flutter code must coexist and communicate seamlessly. Developers should verify their Flutter SDK version compatibility, as the tool maintains different version branches for different SDK releases.

The project maintains active development with ongoing platform expansion, having recently completed full adaptation for the HarmonyOS platform. The team has simplified the architecture and unified interface design across platforms, reducing friction for developers upgrading Flutter SDK versions independently of FlutterBoost updates. Documentation is comprehensive, covering integration steps, routing APIs, page lifecycle management, and cross-platform event handling, with a dedicated FAQ section addressing common integration questions.