File tree 3 files changed +0
-11
lines changed
flutter-idea/src/io/flutter
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 10
10
import com .google .gson .JsonNull ;
11
11
import com .google .gson .JsonObject ;
12
12
import com .intellij .openapi .diagnostic .Logger ;
13
- import com .intellij .openapi .project .Project ;
14
- import com .intellij .openapi .project .ProjectUtil ;
15
13
import 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 ;
19
14
import io .flutter .run .daemon .FlutterApp ;
20
15
import io .flutter .utils .CustomIconMaker ;
21
16
import io .flutter .utils .JsonUtils ;
22
- import io .flutter .vmService .frame .DartVmServiceValue ;
23
- import org .dartlang .analysis .server .protocol .HoverInformation ;
24
17
import org .dartlang .vm .service .element .InstanceRef ;
25
18
import org .jetbrains .annotations .NotNull ;
26
19
import org .jetbrains .annotations .Nullable ;
27
20
28
21
import javax .swing .*;
29
22
import java .util .*;
30
23
import java .util .concurrent .CompletableFuture ;
31
- import java .util .function .BiConsumer ;
32
24
33
25
/**
34
26
* Defines diagnostics data for a [value].
Original file line number Diff line number Diff line change 10
10
import io .flutter .FlutterUtils ;
11
11
import io .flutter .module .FlutterProjectType ;
12
12
import io .flutter .sdk .FlutterSdk ;
13
- import io .flutter .sdk .FlutterSdkVersion ;
14
13
import org .jetbrains .annotations .NotNull ;
15
14
import org .jetbrains .annotations .Nullable ;
16
15
Original file line number Diff line number Diff line change 17
17
import io .flutter .dart .DartPlugin ;
18
18
import io .flutter .pub .PubRoot ;
19
19
import io .flutter .run .FlutterRunConfigurationProducer ;
20
- import io .flutter .sdk .FlutterSdk ;
21
20
import org .jetbrains .annotations .NotNull ;
22
- import org .jetbrains .annotations .Nullable ;
23
21
24
22
/**
25
23
* Determines when we can run a test using "flutter test".
You can’t perform that action at this time.
0 commit comments