Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found

Flutter笔记:Error: Type ‘DiagnosticableMixin’ not found 解决方案

Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
我的解决方案:

  1. 点击pubspec.yaml,将flutter_svg版本换成0.18.0
    Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
  2. 点击底部Terminal,执行flutter pub get,但是有可能会出现超时的情况,那么我推荐这篇文章——>Flutter 卡在 package get 的解决办法
    Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
  3. 执行flutter clean
    Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
    最后,在Dart Packages中,flutter_svg就变成了0.18.0版本的。
    Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
    Flutter笔记:Error: Type ‘DiagnosticableMixin‘ not found
    成功。