我今天运行了 flutter upgrade,现在我收到一个错误,说 - [dart] 未定义命名参数“child”。项目是新创建的,默认代码没有改动,但是还是出现同样的错误:

dart - 命名参数  'child' 未定义。在 Center() 构造函数中-LMLPHP

最佳答案

通过运行清理项目缓存

flutter clean cache
然后使缓存无效/ 重启 Android Studio 或 VS Code。

关于dart - 命名参数 'child' 未定义。在 Center() 构造函数中,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51480043/

10-14 20:21