fzyzcjy/flutter_rust_bridge
Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 19.5
- age_days: 1794
- days_rel: 10
- days_push: 7
- n_releases_24m: 19
Adoption not part of the score
5385 stars · 419 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A binding generator that seamlessly connects Flutter/Dart and Rust, generating all glue code so Rust functions can be called from Dart (and vice versa) as if they were native code. It supports arbitrary Rust types, async functions, traits, streams, and one-command project setup.
Use cases
- call Rust code from a Flutter app
- use Rust libraries in Dart
- build a Flutter mobile app with a Rust backend
- share Rust logic across Flutter platforms
- write performance-critical code in Rust for Flutter
- let Rust call Dart functions
- integrate Rust into an existing Flutter project
When to choose
- you want high-performance Rust logic inside a Flutter app without hand-writing FFI
- you need arbitrary Rust types, async, traits, or streams across the boundary
- you want a one-liner setup and automatic code generation
- you need bidirectional Rust<->Dart calls
When to avoid
- your app is pure Dart with no need for Rust
- you target platforms or toolchains outside Flutter/Dart and Rust
- you need a stable ABI for plugins consumed by non-Flutter apps
- you want a minimal hand-rolled FFI with no codegen dependency
Facets
library · maturity stable
sdk serialization developer-tools cross-platform mobile-development developer-tools web-development cross-platform rust ffi binding-generator flutter rust dart codegen interop mobile desktop web-server
4 sources
- readme: https://github.com/fzyzcjy/flutter_rust_bridge · fetched 2026-08-28 · 092e0a082064
- homepage: https://fzyzcjy.github.io/flutter_rust_bridge/ · fetched 2026-08-29 · 3dace63da46f
- site_page: https://cjycode.com/flutter_rust_bridge/quickstart · fetched 2026-08-29 · 96d1ae0bc107
- site_page: https://cjycode.com/flutter_rust_bridge/guides/misc-features · fetched 2026-08-29 · 083de2013784
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fzyzcjy/flutter_rust_bridge | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="fzyzcjy/flutter_rust_bridge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem