Skip to content

Allowing the plugin on other IDEs such as JetBrains Rider #6809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
waseemw opened this issue Jun 29, 2023 · 3 comments · May be fixed by #7949
Closed

Allowing the plugin on other IDEs such as JetBrains Rider #6809

waseemw opened this issue Jun 29, 2023 · 3 comments · May be fixed by #7949

Comments

@waseemw
Copy link

waseemw commented Jun 29, 2023

I've been doing this for months now, all I have to do is:

  1. Download the flutter plugin from https://plugins.jetbrains.com/plugin/9212-flutter
  2. Use 7zip to open it and modify the -idea-.jar file
  3. Open the META-INF/plugin.xml inside
  4. Add optional="true" to <depends>org.jetbrains.android</depends>
  5. End result would be <depends optional="true">org.jetbrains.android</depends>
  6. Close and click 'yes' on the 7zip prompt to modify the original zip file.
  7. In JetBrains Rider, install the plugin from disk and chose the zip file

I'm wondering why is it being limited to Android Studio and Intellij IDEA if it works just fine (including debugging) on JetBrains Rider for example?

@stevemessick
Copy link
Member

We have always supported IntelliJ and Android Studio. If the community would like to add support for other platforms, we'd be happy to review a PR, but it would need to be supported by the original authors.

@MeltdownInteractive
Copy link

MeltdownInteractive commented Aug 24, 2024

We have always supported IntelliJ and Android Studio. If the community would like to add support for other platforms, we'd be happy to review a PR, but it would need to be supported by the original authors.

@stevemessick
Can you just add the optional ="true" fix mentioned above in the plugin.xml, so we don't need to go in and edit the XML each time we update the plugin?

@stevemessick
Copy link
Member

@MeltdownInteractive I'm no longer involved with this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants