Back to Flutter Rust Bridge

flutter_rust_bridge_codegen create/integrate command

website/docs/manual/integrate/02-builtin.md

2.12.0566 B
Original Source

flutter_rust_bridge_codegen create/integrate command

As is seen in the overview and quickstart, this command automatically add Cargokit and flutter_rust_bridge-needed code into any Flutter project you specify.

Remark: Currently, the Cargokit source code has to be copied into the target repository, as is suggested officially.

:::info When Dart's native assets language feature is stabilized, we may also utilize that approach. :::