File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
flutter-idea/src/io/flutter Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1010import com .google .gson .JsonNull ;
1111import com .google .gson .JsonObject ;
1212import com .intellij .openapi .diagnostic .Logger ;
13- import com .intellij .openapi .project .Project ;
14- import com .intellij .openapi .project .ProjectUtil ;
1513import com .intellij .openapi .util .text .StringUtil ;
16- import com .intellij .openapi .vfs .VirtualFile ;
17- import com .intellij .xdebugger .XSourcePosition ;
18- import com .jetbrains .lang .dart .analyzer .DartAnalysisServerService ;
1914import io .flutter .run .daemon .FlutterApp ;
2015import io .flutter .utils .CustomIconMaker ;
2116import io .flutter .utils .JsonUtils ;
22- import io .flutter .vmService .frame .DartVmServiceValue ;
23- import org .dartlang .analysis .server .protocol .HoverInformation ;
2417import org .dartlang .vm .service .element .InstanceRef ;
2518import org .jetbrains .annotations .NotNull ;
2619import org .jetbrains .annotations .Nullable ;
2720
2821import javax .swing .*;
2922import java .util .*;
3023import java .util .concurrent .CompletableFuture ;
31- import java .util .function .BiConsumer ;
3224
3325/**
3426 * Defines diagnostics data for a [value].
Original file line number Diff line number Diff line change 1010import io .flutter .FlutterUtils ;
1111import io .flutter .module .FlutterProjectType ;
1212import io .flutter .sdk .FlutterSdk ;
13- import io .flutter .sdk .FlutterSdkVersion ;
1413import org .jetbrains .annotations .NotNull ;
1514import org .jetbrains .annotations .Nullable ;
1615
Original file line number Diff line number Diff line change 1717import io .flutter .dart .DartPlugin ;
1818import io .flutter .pub .PubRoot ;
1919import io .flutter .run .FlutterRunConfigurationProducer ;
20- import io .flutter .sdk .FlutterSdk ;
2120import org .jetbrains .annotations .NotNull ;
22- import org .jetbrains .annotations .Nullable ;
2321
2422/**
2523 * Determines when we can run a test using "flutter test".
You can’t perform that action at this time.
0 commit comments