flutter/packages/flutter_tools/test
Nobuhiro Tabuki 4e2f82cf93
[flutter_tools] change the IntelliJ plugin detection logic. (#68020)
This PR suggests improving the IntelliJ plugin "jar" detection logic.

Previously:
The IntelliJ Flutter plugin was contained flutter-intellij.jar.
Currently:
It is named flutter-intellij-X.Y.Z.jar and does not contain META-INF/plugin.xml.
META-INF/plugin.xml is included in flutter-idea-X.Y.Z.jar.

So this PR changes the rules for searching the plugin's jar file.
Concretely, it looks for the jar file containing META-INF/plugin.xml in the plugin's package directory and reads the package version from its META-INF/plugin.xml.

Co-authored-by: Jonah Williams <jonahwilliams@google.com>
2020-10-19 08:19:48 -07:00
..
commands.shard [flutter_tools] retry the driver launch of the application up to 3 times. (#68334) 2020-10-16 15:07:23 -07:00
data [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240) 2020-10-09 13:05:42 -07:00
general.shard [flutter_tools] change the IntelliJ plugin detection logic. (#68020) 2020-10-19 08:19:48 -07:00
integration.shard [flutter_tools] do not allow attaching in release mode (#68071) 2020-10-13 21:29:23 -07:00
src [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
template_test.dart Replace MockFile with memory file system files (#66941) 2020-09-29 17:50:33 -07:00