Open
Description
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:
- Open
android/src/.../MypluginPlugin.java
- In line 28, type
result.
=> no completions