-
Notifications
You must be signed in to change notification settings - Fork 258
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
[WARNING] retrofit_generator on retrofit @RestApi() must provide a toJson()
method which return a Map
#577
Comments
toJson()
method which return a Map
I'm also having this issue, please, were you able to make this work @venomanse |
Are you using Dart 3? The problem might be this: rrousselGit/freezed#916 |
yes, that issue came when I migrated to dart 3. Thank you for response. |
refer to reply from @HelenaSewell |
this issue has not been resolved @venomanse, it is still not quite clear to me how to solve this,is this issue solved.. |
Still not resolved |
This happens when using @Body annotation |
Having these [WARNING]s when generating retrofit services:
Code snippet:
The text was updated successfully, but these errors were encountered: