是否可以在 Visual Studio 或其他 IDE 中设置?
Is it possible to setup in Visual Studio or other IDEs?
是否可以在 VS 2019 上安装 flutter IDE(不是 Visual Studio 代码或 Android Studio/IntelliJ)?
我找不到 VS 2019 的任何内容,但只能找到 VS Code。
来自Flutter FAQ:
Does Flutter work with any editors or IDEs?
We support plugins for Android Studio, IntelliJ IDEA, and VS Code.
See editor configuration for setup details, and Android Studio/IntelliJ and VS Code for tips on how to use the plugins.
Alternatively, you can use a combination of the flutter
command in a terminal and one of the many editors that support editing Dart.
所以,没有
您无法在 Visual Studio 中获得与在 Android Studio/IntelliJ 和 VS Code 中相同的工具,因为 Flutter 团队确实做到了不支持任何其他 IDE。
如果您访问 IDEs and editors for Dart,您可以看到哪些代码编辑器支持编辑 Dart 代码,您可以将其与 flutter
命令结合使用以获得类似的体验。
是否可以在 VS 2019 上安装 flutter IDE(不是 Visual Studio 代码或 Android Studio/IntelliJ)?
我找不到 VS 2019 的任何内容,但只能找到 VS Code。
来自Flutter FAQ:
Does Flutter work with any editors or IDEs?
We support plugins for Android Studio, IntelliJ IDEA, and VS Code.
See editor configuration for setup details, and Android Studio/IntelliJ and VS Code for tips on how to use the plugins.
Alternatively, you can use a combination of the
flutter
command in a terminal and one of the many editors that support editing Dart.
所以,没有
您无法在 Visual Studio 中获得与在 Android Studio/IntelliJ 和 VS Code 中相同的工具,因为 Flutter 团队确实做到了不支持任何其他 IDE。
如果您访问 IDEs and editors for Dart,您可以看到哪些代码编辑器支持编辑 Dart 代码,您可以将其与 flutter
命令结合使用以获得类似的体验。