lum_ccc_fplugin/cargokit
JohnE 33a4296374 FIX: platform android issues fixed 2026-03-11 19:37:31 -07:00
..
build_tool FIX: platform android issues fixed 2026-03-11 19:37:31 -07:00
cmake NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
gradle NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
.gitignore NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
LICENSE NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
README NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
build_pod.sh NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
run_build_tool.cmd NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00
run_build_tool.sh NEW: cargokit buld-tool shim from flutter rust bridge FRB 2026-03-11 14:03:52 -07:00

README

/// 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.