Files
Javier G. Montoya S.andGitHub 418fca8beb test(integration): add integration test support with basic messaging flow test (#666)
* test(integration): add integration test support with basic messaging flow test

* chore(): add docker-compose file with needed relays for integration tests
2026-05-18 12:03:00 -04:00
..
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03:00
2025-12-01 10:23:00 -03: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.