Open mit-mit opened 7 years ago
cc @skybrian
@mit-mit the "these steps" self-links to this bug. :) . I'm interested in finding the one you meant.
Ah, meant to link to this: https://flutter.io/intellij-ide/#edit-android-code
@skybrian any ideas on this?
The Android code for an app project (i.e., standard
flutter create
template) can be edited if configured using these steps.This doesn't appear to work for plugin projects:
flutter create --plugin myplugin
cd myplugin
idea .
=>
Dart analysis works as expected on
lib/main.dart
Analysis appears to work for Java code, but code completions do not:
android/src/.../MypluginPlugin.java
result.
=> no completions