-
Notifications
You must be signed in to change notification settings - Fork 303
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
update version 2.0.0-dev.19 to 2.0.0-dev.28, this error has occurred when I run my rust unit test:flutter_rust_bridge::frb_generated_boilerplate!(); missing tokens in macro arguments #1823
Comments
Hi! Thanks for opening your first issue here! 😄 |
Hi, do you mean fzyzcjy/flutter_rust_bridge instead of fzyzcjy/flutter_smooth? |
sorry, i mean flutter_rust_bridge
|
Hi! Thanks for opening your first issue here! 😄 |
Hi, could you please check whether your Cargo.toml shows correct flutter_rust_bridge version (or paste it here)? |
|
this version is normal [lib] [dependencies] |
Looks like this is old. Could you please modify it to be .28 and see whether it works? |
I faced the same issue after running my project in Windows, but after I updated cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.28' |
your flutter version? |
3.19.3 |
I have upgraded the versions of Flutter and flutter_rust_bridge_codegen to the latest version and they are running normally |
Close since this seems to work. Feel free to reopen if having any issues! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
Describe the bug
update version 2.0.0-dev.19 to 2.0.0-dev.28, run command flutter_rust_bridge_codegen generate
this error has occurred when I run my rust unit test:
To Reproduce
Steps to reproduce the behavior:
update version 2.0.0-dev.19 to 2.0.0-dev.28, this error has occurred when I run my rust unit test
Expected behavior
A clear and concise description of what you expected to happen.
Run normally after upgrading the version
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: