Skip to content

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

Closed
@waseemw

Description

@waseemw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions