1 repositorio
Executes a designated function at binding initialization to set up global state or resources once.
Distinct from State Initialization: Distinct from State Initialization: focuses on initializing native resources at binding startup, not component state.
Explore 1 awesome GitHub repository matching web development · Binding Initialization Hooks. Refine with filters or upvote what's useful.
flutterrustbridge is a code generation tool that automatically creates type‑safe Dart bindings for Rust functions, enabling direct cross‑language calls between Flutter and a Rust backend. It provides an async FFI adapter that transforms synchronous Rust functions into Dart async methods with background thread management, a cross‑language object manager that wraps persistent Rust structs as Dart objects preserving state across calls, and trait object interop that converts Rust traits into Dart abstract classes for seamless bidirectional use. The project handles the full lifecycle of integrat
Runs a designated initialization function when the Rust-Dart bridge starts to set up global state or resources.