flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 316 forks source link

Compatibility with CLion #6899

Open ruifengx opened 10 months ago

ruifengx commented 10 months ago

Flutter has support for developing desktop applications, but in IntelliJ IDEA it is very painful to edit the C++ files for e.g. the Windows runner because its lack of support for C++ and CMake. Is it possible for this plug-in to also support CLion?

Gustl22 commented 7 months ago

One can run IntelliJ / Android Studio side by side with CLion, similar to the Windows approach described here.

I made a draft for adapting the docs: https://github.com/flutter/website/compare/main...Gustl22:flutter-website:patch-1

Refs:

AldoMX commented 4 weeks ago

CLion is supported if you downgrade it to version 2022 and use version 69.0.5 of the plugin (if you read the release notes, the Flutter plugin used to support all the IDEs): https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable/191250

I remember that JetBrains did an update for version 2023 of their IDEs that broke too many plugins, so Flutter team probably didn't have the bandwidth to fix the plugin for the other IDEs.