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: Flutter version 1.20.0 #31

Closed
bytestreme opened this issue Aug 7, 2020 · 3 comments
Closed

Error: Flutter version 1.20.0 #31

bytestreme opened this issue Aug 7, 2020 · 3 comments
Assignees

Comments

@bytestreme
Copy link

bytestreme commented Aug 7, 2020

I have build errors on Flutter (Channel stable, 1.20.0)

Error: Type 'DiagnosticableMixin' not found.
Error: Type 'DiagnosticableMixin' not found
Error: The type 'DiagnosticableMixin' can't be mixed in
Error: Superclass has no method named 'debugFillProperties'
Error: Superclass has no method named 'debugFillProperties'

Those errors come from flutter_svg: ^0.17.4 when used with this version of Flutter

I am using the following to fix this:

dependency_overrides: flutter_svg: 0.18.0

Solution:

Upgrade flag package's flutter_svg dependency version to 0.18.0

@LunaGao
Copy link
Owner

LunaGao commented Aug 13, 2020

@bytestreme Which version of flag_flutter are you using ?

@LunaGao LunaGao self-assigned this Aug 13, 2020
@bytestreme
Copy link
Author

@bytestreme Which version of flag_flutter are you using ?

3.0.4 version

@LunaGao
Copy link
Owner

LunaGao commented Aug 18, 2020

Thanks @simonpham 's PR. Merged into stable branch.

@LunaGao LunaGao closed this as completed Aug 18, 2020
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