Replies: 1 comment 1 reply
-
Just wait for v2 (which hopefully can be released within a week or two), with full support for async :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build an async request with flutter_rust_bridge. Here is my code:
My problem is the generated code in bridge_generated.rs throws an error:
The line this error occurs on is:
full bridge_generated.rs code:
full error when running cargo check
How do i fix this error? What am i doing improper?
Beta Was this translation helpful? Give feedback.
All reactions