-
Notifications
You must be signed in to change notification settings - Fork 324
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
Generation of default struct #2136
Comments
I think that frb does not generates default struct. |
One workaround is to use https://cjycode.com/flutter_rust_bridge/guides/third-party/automatic/override-methods to add a method; Or, I will implement the default struct thing later. |
It is being implemented in #2150. After that is released, I personally suggest to copy-paste the updated contents in |
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. |
I would like to do something like :
AudioContext audioCtx = AudioContext.def(); // default is a dart reserved word
The text was updated successfully, but these errors were encountered: