- 已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
6小时前关门了。
Improve this question
您能帮助我吗?我不明白Gradle为什么向我显示此错误
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
6小时前关门了。
Improve this question
您能帮助我吗?我不明白Gradle为什么向我显示此错误
3条答案
按热度按时间mwg9r5ms1#
它说编译器找不到
FlatButton
和RaisedButton
,可能你忘了导入它们。ep6jt1vc2#
平面按钮、凸起按钮和轮廓按钮小部件已分别替换为文本按钮、凸起按钮和轮廓按钮。您可以阅读详细信息here
ddhy6vgd3#
您可以使用
TextButton
代替FlatButton
。在较新的Flutter版本中删除了
FlatButton
。阅读官方文档中的此部分以了解更多信息,
https://docs.flutter.dev/release/breaking-changes/buttons#context