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

Use flutter_rust_bridge, the high-level memory-safe binding generator, to avoid manipulating with pointers manually to enhance this library #29

Open
fzyzcjy opened this issue Oct 26, 2021 · 0 comments

Comments

@fzyzcjy
Copy link

fzyzcjy commented Oct 26, 2021

Hi thanks for this wonderful starter! As shown in the sample code of this repo, we have to manually write down allocations/frees for pointers such as Strings. That is still quite error-prone and cumbersome. So maybe we can use flutter_rust_bridge, which will automatically generate all such bindings.

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

1 participant