Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter rust bridge blocking development #15

Open
BitcoinZavior opened this issue Jun 1, 2023 · 2 comments
Open

flutter rust bridge blocking development #15

BitcoinZavior opened this issue Jun 1, 2023 · 2 comments

Comments

@BitcoinZavior
Copy link
Contributor

The latest version of flutter rust has some issues causing breaking changes, it is blocking development bridge mozilla/cbindgen#841

@kumulynja
Copy link
Contributor

kumulynja commented Jun 4, 2023

Have you thought about not using flutter_rust_bridge anymore and doing more things directly with ffi, or is that too much (re)work and does it has any other disadvantages except for more work of manually creating everything?

I have no experience with it, but I would like to consider and try it, because I also think the problem with the different versions of flutter_rust_bridge in different packages will keep showing up for app developers.

@kumulynja
Copy link
Contributor

kumulynja commented Jun 4, 2023

I just saw the problem is not directly with flutter_rust_bridge, but with cbindgen, and I guess cbindgen is still needed to generate the bindings even if not using flutter_rust_bridge, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants