Flutter Error: Type ‘DiagnosticableMixin’ not found.

One of the reasons for this error is your flutter app requires flutter_svg v0.18.0 or greater version.

Solution:

Add following dependency to pubspec.yaml

flutter_svg : ^0.18.0

Please note that if you are using flutter_html <= 1.0.0 versions, you can’t install flutter_svg v0.17 + versions. So you may need to change flutter_html dependency version too

flutter_html: ^1.0.0

Leave a Reply

(*) Required, Your email will not be published