Back to Flutter Rust Bridge

`native/build.rs`

website/v1_mdbook/src/template/tour_build.md

2.12.0393 B
Original Source

native/build.rs

This is the entry point of build-script. It runs flutter_rust_bridge_codegen for you before every build automatically so you do not have to. This is especially useful when using rust-analyzer to remove errors from outdated generated file.

You can see the example file here.