-
Notifications
You must be signed in to change notification settings - Fork 300
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
The current SDK language version does not match your analyzer
package language version
#2224
Comments
Hmm, this looks like a general flutter build_runner related question. Firstly, maybe try to use flutter |
I switched to the Stable Flutter Channel but it is not very much better. cargo run --manifest-path ../flutter_rust_bridge/frb_codegen/Cargo.toml -- generate works more or less correctely, but : flutter_rust_bridge_codegen generate gives me various errors.
And another error that I have some time when using
What is weird is that I can have many different errors when using |
Try
Are you using the latest version? And, is it possible you are using some feature that has not been released? |
My FRB generator is : flutter_rust_bridge_codegen 2.1.0. |
No need to hurry. I have many other things to work on ... |
2.2.0 has been released before and this should be solved :) |
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
When I execute :
instead of
I have many problems.
My FRB generator is :
flutter_rust_bridge_codegen 2.1.0
.One of the problems that I get is :
Steps to reproduce
run
Logs
Expected behavior
No response
Generated binding code
No response
OS
No response
Version of
flutter_rust_bridge_codegen
No response
Flutter info
No response
Version of
clang++
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: