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

Error message about toString() implementation #67

Closed
sdebruyn opened this issue Feb 24, 2020 · 1 comment
Closed

Error message about toString() implementation #67

sdebruyn opened this issue Feb 24, 2020 · 1 comment

Comments

@sdebruyn
Copy link
Contributor

The minimum level in the mixin is debug, but it's info in the generated code. Dart complains about this because you can't change the default value when you override a method.

image

image

@rrousselGit
Copy link
Owner

Duplicate of #48
You are using a channel that is not up to date with the latest Flutter changes.

This default value changed and freezed is using the updated one.

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