flutter rust bridge blocking development
Opened this issue · 2 comments
The latest version of flutter rust has some issues causing breaking changes, it is blocking development bridge mozilla/cbindgen#841
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.
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?