Skip to content
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

Mixin Classes are not generated. #8

Closed
hayribakici opened this issue Nov 9, 2018 · 1 comment
Closed

Mixin Classes are not generated. #8

hayribakici opened this issue Nov 9, 2018 · 1 comment

Comments

@hayribakici
Copy link
Collaborator

Hi,

when I try to let dart build the generated json-serializer code with pub run build_runner build, the model classes become erroneous, because all the the _$...Mixin classes are not generated. What is the best way to let dart build the mixins as well?

Thanks for this library again:)
cheers

@hayribakici hayribakici changed the title Mixin Classes are not generated. Mixin Classes are not generated. Nov 9, 2018
@rinukkusu
Copy link
Owner

Apparently those are not generated/needed anymore - the serializing methods are exposed directly. I fixed that with the latest commit.

Sorry for the inconvenience 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants