app/rust_builder/cargokit
2024-03-16 19:13:49 +08:00
..
build_tool feat: app full l10n support 2024-03-16 19:13:49 +08:00
cmake update rust_builder 2024-02-06 20:35:52 +08:00
gradle update rust_builder 2024-02-06 20:35:52 +08:00
.gitignore update rust_builder 2024-02-06 20:35:52 +08:00
build_pod.sh update rust_builder 2024-02-06 20:35:52 +08:00
LICENSE update rust_builder 2024-02-06 20:35:52 +08:00
README update rust_builder 2024-02-06 20:35:52 +08:00
run_build_tool.cmd update rust_builder 2024-02-06 20:35:52 +08:00
run_build_tool.sh update rust_builder 2024-02-06 20:35:52 +08: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.