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
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
mit-mit commentedon May 2, 2017
cc @skybrian
eseidelGoogle commentedon May 14, 2017
@mit-mit the "these steps" self-links to this bug. :) . I'm interested in finding the one you meant.
mit-mit commentedon May 14, 2017
Ah, meant to link to this: https://flutter.io/intellij-ide/#edit-android-code
mit-mit commentedon May 16, 2017
@skybrian any ideas on this?