README
1 /// This is copied from Cargokit (which is the official way to use it currently) 2 /// Details: https://fzyzcjy.github.io/flutter_rust_bridge/manual/integrate/builtin 3 4 Experimental repository to provide glue for seamlessly integrating cargo build 5 with flutter plugins and packages. 6 7 See https://matejknopp.com/post/flutter_plugin_in_rust_with_no_prebuilt_binaries/ 8 for a tutorial on how to use Cargokit. 9 10 Example plugin available at https://github.com/irondash/hello_rust_ffi_plugin. 11