nexus/rust_builder/cargokit
2026-01-17 14:29:38 -05:00
..
build_tool Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
cmake Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
gradle Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
.gitignore Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
build_pod.sh Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
LICENSE Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
README Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
run_build_tool.cmd Rust Rewrite WIP 2026-01-17 14:29:38 -05:00
run_build_tool.sh Rust Rewrite WIP 2026-01-17 14:29:38 -05:00

/// This is copied from Cargokit (which is the official way to use it currently)
/// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin

Experimental repository to provide glue for seamlessly integrating cargo build
with flutter plugins and packages.

See https://matejknopp.com/post/flutter_plugin_in_rust_with_no_prebuilt_binaries/
for a tutorial on how to use Cargokit.

Example plugin available at https://github.com/irondash/hello_rust_ffi_plugin.