欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Error: Type ‘DiagnosticableMixin‘ not found.

程序员文章站 2022-04-04 23:45:55
...

[Flutter] Error: Type 'DiagnosticableMixin' not found.

截图

Error: Type ‘DiagnosticableMixin‘ not found.

原因

flutter1.20.0+以上DiagnosticableMixin 被移除了。

解决方法

1.在lib/src/date_picker_theme.dart中找到DateTimePickerTheme类
2.将继承的DiagnosticableMixin 类替换为 Diagnosticable类

图示

Error: Type ‘DiagnosticableMixin‘ not found.
Error: Type ‘DiagnosticableMixin‘ not found.

相关标签: Errors flutter