-
**Describe the bug you encountered:**
I am trying to build for android using official docs but i am getting this error every time.
I have configured vcpkg many times. reinstalled rust etc, I…
-
### Describe the bug
The link for *ffi* on [feature page](https://cjycode.com/flutter_rust_bridge/feature.html) is unreachable.
### To Reproduce
- Visit the [feature page](https://cjycode…
-
### Describe the bug
My fairly simple attempt at using a couple of functions from [the Cozo Rust library](https://docs.rs/cozo/latest/cozo/index.html) fails with the error
> Entry point (_main) …
-
### Describe the bug
I've been following the guide to binding multiple files from Rust to dart. As part of this, my binding gen taskrunner looks like this:
```
gen:
flutter_rust_bridge_codegen…
-
I have managed to run this template on Windows but it fails on Linux. I have managed to track more or less what the issue is but not sure how to resolve it or why it is required in the first place.
…
-
The present feature tracks the implementation of Dart FFI support enabling interop with C & C++ code from Dart.
## Status
The feature will be in stable as of Dart 2.12. More details here:
https…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
pub
### dependabot.yml content
```yaml
version: 2
enable-beta-ecosystems: true…
-
the function at the rust side has the signature: `pub fn encode(&self, text: String, allowed_special_entries: Vec) -> Vec`
when generating code, it reports:
```
flutter_rust_bridge_codegen -r token…
-
**Is your feature request related to a problem? Please describe.**
Currently, if there is only 1 rust input provided, the generated `--c-output`'s `dummy_method_to_enforce_bundling` will not have a…
-
Write the flutter bindings https://cjycode.com/flutter_rust_bridge/integrate.html