-
Notifications
You must be signed in to change notification settings - Fork 305
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
Generated class implements non-exist class #2484
Comments
Hi! Thanks for opening your first issue here! 😄 |
Hmm how is your |
Thank you for replying. I'm not sure but the The workaround works fine. Thanks a lot! This issue is free to be closed now. |
Hmm, I guess it may be reasonable to be an interface. Though currently
You are welcome! |
Greetings.
I was new to this and ran into trouble soon.
I have Rust codes like:
It generates
However, the
Datum
class is not generated.I tried to add
#[frb(ignore)]
aboveimpl Datum for Photo
, which is like:Then the methods of
Datum
disappeared inPhoto
Dart code, but theimplements Datum
is still there.I've searched for docs and existing issues but unfortunately cannot find something helpful.
So is there any suggestions?
I'm now working on
flutter_rust_bridge_codegen 2.7.0
.The text was updated successfully, but these errors were encountered: