Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VSCode Flutter Emulator 中无法加载。
错误:未找到 pubspec.yaml 文件。此命令应从 Flutter 项目的根目录运行。
颤振运行不起作用。
确保您位于项目的根目录中。如果没有 - 右键单击您的 main.dart 文件并在终端上运行该文件。然后 flutter clean & pub get & run 为我工作。