【发布时间】:2021-05-07 16:19:17
【问题描述】:
我正在开发颤振应用程序。运行应用程序时,出现错误 Method not found: 'ButtonTheme.bar'。 我尝试清理项目。但仍然存在同样的错误
/C:/Users/RdpUser/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/date_range_picker-1.0.6/lib/date_range_picker.dart:1152:44: Error: Method not found: 'ButtonTheme.bar'.
final Widget actions = new ButtonTheme.bar(
^^^
Failed to compile application.
【问题讨论】:
-
你可能需要升级你的flutter版本,并确定是最新版本的包date_range_picker,你能确认一下吗?