当我创建一个支持 webui 的新 dart web 应用程序时,生成的项目工作正常。但是,当您将生成的文件“xclickcounter.html / .dart”重命名为例如:“counter-element.html”和“counter-element.dart”并相应地更改相应的出现时,我会收到如下错误:
`Unhandled exception:
FileIOException: Cannot retrieve full path for file 'web\packages' (OS Error: The system cannot find the file specified
errno = 2)
Stack Trace:
_File.throwIfError (dart:io:1208:7)
_File.fullPathSync (dart:io:1097:17)
symlinkPubPackages (package:web_ui/dwc.dart:157:49)`
我不介意,不能在文件名中使用“-element”,但文件名可能还有更多其他限制。有谁知道所有的限制是什么?