flight/rust_builder/cargokit
2026-04-19 16:02:50 -04:00
..
build_tool working workspaces 2026-04-19 16:02:50 -04:00
cmake working workspaces 2026-04-19 16:02:50 -04:00
gradle working workspaces 2026-04-19 16:02:50 -04:00
.gitignore working workspaces 2026-04-19 16:02:50 -04:00
build_pod.sh working workspaces 2026-04-19 16:02:50 -04:00
LICENSE working workspaces 2026-04-19 16:02:50 -04:00
README working workspaces 2026-04-19 16:02:50 -04:00
run_build_tool.cmd working workspaces 2026-04-19 16:02:50 -04:00
run_build_tool.sh working workspaces 2026-04-19 16:02:50 -04: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.