22得票2回答
在运行Flutter Linux应用时出现“/usr/bin/ld: cannot find -lstdc++: No such file or directory”的错误提示。

在 Linux 桌面应用程序上运行 flutter run 时出现此错误。 Running "flutter pub get" in proj... 5.3s Launching lib/main.dart on Linux in debug mode... CMake...

10得票5回答
Flutter和Windows子系统Linux

我最近从Ubuntu切换回Windows,并使用Ubuntu的Windows子系统来使用Linux。我想接触Flutter,并希望在Windows上开发时能够使用bash进行Flutter命令。这是否可能,还是应该在Windows上安装所有内容?

7得票3回答
如何通过Github Actions CI在Linux桌面上自动化测试Flutter应用程序

我们希望能够通过Github Actions在Linux桌面上(ubuntu-latest)使我们的集成测试正常运行。 命令是: flutter config --enable-linux-desktop flutter test -d linux integration_test 但...