Closed
Description
I've been doing this for months now, all I have to do is:
- Download the flutter plugin from https://plugins.jetbrains.com/plugin/9212-flutter
- Use 7zip to open it and modify the -idea-.jar file
- Open the META-INF/plugin.xml inside
- Add
optional="true"
to<depends>org.jetbrains.android</depends>
- End result would be
<depends optional="true">org.jetbrains.android</depends>
- Close and click 'yes' on the 7zip prompt to modify the original zip file.
- 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
Labels
No labels